TON SDK Documentation - v15.3.1duck0.0.3
    Preparing search index...

    Interface Contract

    interface Contract {
        abi?: Maybe<ContractABI>;
        address: Address;
        init?: Maybe<StateInit>;
    }

    Implemented by

    Index

    Properties

    Properties

    abi?: Maybe<ContractABI>
    address: Address
    init?: Maybe<StateInit>