Type Alias fil_actor_evm_state::v10::ResurrectParams

source ·
pub type ResurrectParams = ConstructorParams;

Aliased Type§

struct ResurrectParams {
    pub creator: EthAddress,
    pub initcode: RawBytes,
}

Fields§

§creator: EthAddress

The actor’s “creator” (specified by the EAM).

§initcode: RawBytes

The initcode that will construct the new EVM actor.