types.ProcedureMethod
@polymeshassociation/polymesh-sdk / Modules / types / ProcedureMethod
Interface: ProcedureMethod<MethodArgs, ProcedureReturnValue, ReturnValue>
types.ProcedureMethod
Type parameters
Name
Type
MethodArgs
MethodArgs
ProcedureReturnValue
ProcedureReturnValue
ReturnValue
ProcedureReturnValue
Callable
ProcedureMethod
▸ ProcedureMethod(args
, opts?
): Promise
<TransactionQueue
<ProcedureReturnValue
, ReturnValue
, unknown
[][]>>
Parameters
Name
Type
args
MethodArgs
opts?
Returns
Promise
<TransactionQueue
<ProcedureReturnValue
, ReturnValue
, unknown
[][]>>
Defined in
Table of contents
Methods
Methods
checkAuthorization
▸ checkAuthorization(args
, opts?
): Promise
<ProcedureAuthorizationStatus
>
Parameters
Name
Type
args
MethodArgs
opts?
Returns
Promise
<ProcedureAuthorizationStatus
>
Defined in
Last updated