interface MsgInternalEVMDelegateCall {
    codeHash: Uint8Array;
    data: Uint8Array;
    fromContract: string;
    sender: string;
    to: string;
}

Properties

codeHash: Uint8Array
data: Uint8Array
fromContract: string
sender: string
to: string