Skip to content

api.procedures.types.NoArgsProcedureMethod

polymath-eric edited this page Jun 11, 2024 · 9 revisions

Interface: NoArgsProcedureMethod<ProcedureReturnValue, ReturnValue>

api/procedures/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>>

Defined in

api/procedures/types.ts:176

Table of contents

Properties

Properties

checkAuthorization

checkAuthorization: (opts?: ProcedureOpts) => Promise<ProcedureAuthorizationStatus>

Type declaration

▸ (opts?): Promise<ProcedureAuthorizationStatus>

Parameters
Name Type
opts? ProcedureOpts
Returns

Promise<ProcedureAuthorizationStatus>

Defined in

api/procedures/types.ts:177

Clone this wiki locally