@sentio/sdk
    Preparing search index...

    Interface TemplateInstance

    interface TemplateInstance {
        baseLabels: undefined | { [key: string]: any };
        contract: undefined | ContractInfo;
        endBlock: bigint;
        startBlock: bigint;
        templateId: number;
    }
    Index

    Properties

    baseLabels: undefined | { [key: string]: any }
    contract: undefined | ContractInfo
    endBlock: bigint
    startBlock: bigint
    templateId: number