bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iMsgInstantiateContractCompat

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

    Implemented by

    Index

    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.