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