Interface TemplateInstance

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

Properties

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