interface MsgEVMTransactionAmino {
    data?: AnyAmino;
    derived?: string;
}

Properties

Properties

data?: AnyAmino
derived?: string