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