Taquito TypeDocs
    Preparing search index...

    Interface ContractResponse

    interface ContractResponse {
        balance: BigNumber;
        counter?: string;
        delegate?: string;
        revealed?: boolean;
        script: ScriptedContracts;
    }
    Index

    Properties

    balance: BigNumber
    counter?: string
    delegate?: string
    revealed?: boolean