interface MsgEVMTransaction {
    data?: Any;
    derived: Uint8Array;
}

Properties

Properties

data?: Any
derived: Uint8Array