Class: EvmApprovalResponse
moralis-monorepo / @moralisweb3/common-evm-utils / EvmApprovalResponse
Class: EvmApprovalResponse
@moralisweb3/common-evm-utils.EvmApprovalResponse
Table of contents
Methods
Properties
Methods
create
▸ Static
create(input
): EvmApprovalResponse
Parameters
Name | Type |
---|---|
input | EvmApprovalResponseInput | EvmApprovalResponse |
Returns
fromJSON
▸ Static
fromJSON(json
): EvmApprovalResponse
Parameters
Name | Type |
---|---|
json | EvmApprovalResponseJSON |
Returns
isInput
▸ Static
isInput(input
): input is EvmApprovalResponseInput
Parameters
Name | Type |
---|---|
input | any |
Returns
input is EvmApprovalResponseInput
isJSON
▸ Static
isJSON(json
): json is EvmApprovalResponseJSON
Parameters
Name | Type |
---|---|
json | any |
Returns
json is EvmApprovalResponseJSON
toJSON
▸ toJSON(): EvmApprovalResponseJSON
Returns
Properties
approvals
• Optional
Readonly
approvals: EvmApprovalData
[]