types.NoArgsProcedureMethod - PolymeshAssociation/polymesh-sdk GitHub Wiki
Interface: NoArgsProcedureMethod<ProcedureReturnValue, ReturnValue>
types.NoArgsProcedureMethod
Type parameters
Name | Type |
---|---|
ProcedureReturnValue |
ProcedureReturnValue |
ReturnValue |
ProcedureReturnValue |
Callable
NoArgsProcedureMethod
▸ NoArgsProcedureMethod(opts?
): Promise
<GenericPolymeshTransaction
<ProcedureReturnValue
, ReturnValue
>>
Parameters
Name | Type |
---|---|
opts? |
ProcedureOpts |
Returns
Promise
<GenericPolymeshTransaction
<ProcedureReturnValue
, ReturnValue
>>
Table of contents
Properties
Properties
checkAuthorization
• checkAuthorization: (opts?
: ProcedureOpts
) => Promise
<ProcedureAuthorizationStatus
>
Type declaration
▸ (opts?
): Promise
<ProcedureAuthorizationStatus
>
Parameters
Name | Type |
---|---|
opts? |
ProcedureOpts |
Returns
Promise
<ProcedureAuthorizationStatus
>