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

    Class ContractAddressTimeline

    ContractAddressTimeline defines the contract address at different timeline times.

    from message badges.ContractAddressTimeline

    Hierarchy

    Index

    Constructors

    Properties

    contractAddress: string = ""

    The contract address for a specific timeline element.

    from field: string contractAddress = 1;

    timelineTimes: badges.UintRange[] = []

    The timeline times when the contract address is valid. Can not overlap with other timeline elements in same array.

    from field: repeated badges.UintRange timelineTimes = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.ContractAddressTimeline"

    Methods