Skip to main content

Class: EvmRevokeResponse

moralis-monorepo / @moralisweb3/common-evm-utils / EvmRevokeResponse

Class: EvmRevokeResponse

@moralisweb3/common-evm-utils.EvmRevokeResponse

Table of contents

Methods

Properties

Methods

create

Static create(input): EvmRevokeResponse

Parameters

NameType
inputEvmRevokeResponseInput | EvmRevokeResponse

Returns

EvmRevokeResponse


fromJSON

Static fromJSON(json): EvmRevokeResponse

Parameters

NameType
jsonEvmRevokeResponseJSON

Returns

EvmRevokeResponse


isInput

Static isInput(input): input is EvmRevokeResponseInput

Parameters

NameType
inputany

Returns

input is EvmRevokeResponseInput


isJSON

Static isJSON(json): json is EvmRevokeResponseJSON

Parameters

NameType
jsonany

Returns

json is EvmRevokeResponseJSON


toJSON

toJSON(): EvmRevokeResponseJSON

Returns

EvmRevokeResponseJSON

Properties

revokes

Optional Readonly revokes: EvmApprovalData[]