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