-
Notifications
You must be signed in to change notification settings - Fork 11
types.CreateTransactionBatchProcedureMethod
prashantasdeveloper edited this page Sep 18, 2024
·
35 revisions
types.CreateTransactionBatchProcedureMethod
▸ CreateTransactionBatchProcedureMethod<ReturnValues>(args, opts?): Promise<PolymeshTransactionBatch<ReturnValues, ReturnValues, unknown[][]>>
| Name | Type |
|---|---|
ReturnValues |
extends readonly unknown[] |
| Name | Type |
|---|---|
args |
CreateTransactionBatchParams<ReturnValues> |
opts? |
ProcedureOpts |
Promise<PolymeshTransactionBatch<ReturnValues, ReturnValues, unknown[][]>>
• checkAuthorization: <ReturnValues>(args: CreateTransactionBatchParams<ReturnValues>, opts?: ProcedureOpts) => Promise<ProcedureAuthorizationStatus>
▸ <ReturnValues>(args, opts?): Promise<ProcedureAuthorizationStatus>
| Name | Type |
|---|---|
ReturnValues |
extends unknown[] |
| Name | Type |
|---|---|
args |
CreateTransactionBatchParams<ReturnValues> |
opts? |
ProcedureOpts |
Promise<ProcedureAuthorizationStatus>