api.procedures.types.CreateTransactionBatchProcedureMethod - PolymeshAssociation/polymesh-sdk GitHub Wiki
Interface: CreateTransactionBatchProcedureMethod
api/procedures/types.CreateTransactionBatchProcedureMethod
Callable
CreateTransactionBatchProcedureMethod
▸ CreateTransactionBatchProcedureMethod<ReturnValues
>(args
, opts?
): Promise
<PolymeshTransactionBatch
<ReturnValues
, ReturnValues
, unknown
[][]>>
Type parameters
Name | Type |
---|---|
ReturnValues |
extends readonly unknown [] |
Parameters
Name | Type |
---|---|
args |
CreateTransactionBatchParams <ReturnValues > |
opts? |
ProcedureOpts |
Returns
Promise
<PolymeshTransactionBatch
<ReturnValues
, ReturnValues
, unknown
[][]>>
Defined in
Table of contents
Properties
Properties
checkAuthorization
• checkAuthorization: <ReturnValues>(args
: CreateTransactionBatchParams
<ReturnValues
>, opts?
: ProcedureOpts
) => Promise
<ProcedureAuthorizationStatus
>
Type declaration
▸ <ReturnValues
>(args
, opts?
): Promise
<ProcedureAuthorizationStatus
>
Type parameters
Name | Type |
---|---|
ReturnValues |
extends unknown [] |
Parameters
Name | Type |
---|---|
args |
CreateTransactionBatchParams <ReturnValues > |
opts? |
ProcedureOpts |
Returns
Promise
<ProcedureAuthorizationStatus
>