-
Notifications
You must be signed in to change notification settings - Fork 12
api.procedures.types.CreateTransactionBatchProcedureMethod
polymesh-bot edited this page Jun 19, 2025
·
39 revisions
api/procedures/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>