Type Alias fil_actor_interface::evm::Method

source ·
pub type Method = Method;
Expand description

EVM actor method.

Aliased Type§

enum Method {
    Constructor = 1,
    Resurrect = 2,
    GetBytecode = 3,
    GetBytecodeHash = 4,
    GetStorageAt = 5,
    InvokeContractDelegate = 6,
    InvokeContract = 3_844_450_837,
}

Variants§

§

Constructor = 1

§

Resurrect = 2

§

GetBytecode = 3

§

GetBytecodeHash = 4

§

GetStorageAt = 5

§

InvokeContractDelegate = 6

§

InvokeContract = 3_844_450_837