types.ProcedureMethod

@polymeshassociation/polymesh-sdk / Modules / types / ProcedureMethod

Interface: ProcedureMethod<MethodArgs, ProcedureReturnValue, ReturnValue>

types.ProcedureMethod

Type parameters

NameType

MethodArgs

MethodArgs

ProcedureReturnValue

ProcedureReturnValue

ReturnValue

ProcedureReturnValue

Callable

ProcedureMethod

ProcedureMethod(args, opts?): Promise<TransactionQueue<ProcedureReturnValue, ReturnValue, unknown[][]>>

Parameters

NameType

args

MethodArgs

opts?

Returns

Promise<TransactionQueue<ProcedureReturnValue, ReturnValue, unknown[][]>>

Defined in

types/index.ts:1349

Table of contents

Methods

Methods

checkAuthorization

checkAuthorization(args, opts?): Promise<ProcedureAuthorizationStatus>

Parameters

NameType

args

MethodArgs

opts?

Returns

Promise<ProcedureAuthorizationStatus>

Defined in

types/index.ts:1352

Last updated