Interface: ProcedureMethod()<MethodArgs, ProcedureReturnValue, ReturnValue>
Defined in: src/api/procedures/types.ts:191
Type Parameters
Type Parameter | Default type |
---|---|
| ‐ |
| ‐ |
|
|
ProcedureMethod(
args
:MethodArgs
,opts?
:ProcedureOpts
):Promise
<GenericPolymeshTransaction
<ProcedureReturnValue
,ReturnValue
>>
Defined in: src/api/procedures/types.ts:196
Parameters
Parameter | Type |
---|---|
|
|
|
Returns
Promise
<GenericPolymeshTransaction
<ProcedureReturnValue
, ReturnValue
>>
Properties
checkAuthorization()
checkAuthorization: (
args
:MethodArgs
,opts?
:ProcedureOpts
) =>Promise
<ProcedureAuthorizationStatus
>
Defined in: src/api/procedures/types.ts:199
Parameters
Parameter | Type |
---|---|
|
|
|
Returns
Promise
<ProcedureAuthorizationStatus
>