Interface iMsgStoreCodeCompat

interface iMsgStoreCodeCompat {
    hexWasmByteCode: string;
    sender: string;
}

Properties

hexWasmByteCode: string

The contract byte code in hexadecimal format. See BitBadges CosmWASM tutorial for more details.

sender: string

The sender of the transaction.