-
Notifications
You must be signed in to change notification settings - Fork 12
types.ProcedureMethod
prashantasdeveloper edited this page Sep 18, 2024
·
49 revisions
types.ProcedureMethod
| Name | Type |
|---|---|
MethodArgs |
MethodArgs |
ProcedureReturnValue |
ProcedureReturnValue |
ReturnValue |
ProcedureReturnValue |
▸ ProcedureMethod(args, opts?): Promise<GenericPolymeshTransaction<ProcedureReturnValue, ReturnValue>>
| Name | Type |
|---|---|
args |
MethodArgs |
opts? |
ProcedureOpts |
Promise<GenericPolymeshTransaction<ProcedureReturnValue, ReturnValue>>
• checkAuthorization: (args: MethodArgs, opts?: ProcedureOpts) => Promise<ProcedureAuthorizationStatus>
▸ (args, opts?): Promise<ProcedureAuthorizationStatus>
| Name | Type |
|---|---|
args |
MethodArgs |
opts? |
ProcedureOpts |
Promise<ProcedureAuthorizationStatus>