types.NoArgsProcedureMethod

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

Interface: NoArgsProcedureMethod<ProcedureReturnValue, ReturnValue>

types.NoArgsProcedureMethod

Type parameters

NameType

ProcedureReturnValue

ProcedureReturnValue

ReturnValue

ProcedureReturnValue

Callable

NoArgsProcedureMethod

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

Parameters

NameType

opts?

Returns

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

Defined in

types/index.ts:1359

Table of contents

Methods

Methods

checkAuthorization

checkAuthorization(opts?): Promise<ProcedureAuthorizationStatus>

Parameters

NameType

opts?

Returns

Promise<ProcedureAuthorizationStatus>

Defined in

types/index.ts:1360

Last updated