Interface iMsgInstantiateContractCompat

interface iMsgInstantiateContractCompat {
    codeId: string;
    funds: string;
    label: string;
    sender: string;
}

Implemented by

Properties

codeId: string

The code ID of the contract to instantiate.

funds: string

The amount of funds to send to the contract on instantiation.

label: string

The human-readable label of the contract.

sender: string

The sender of the transaction.