@sentio/sdk
    Preparing search index...

    Interface IotaBindOptions

    interface IotaBindOptions {
        address: string;
        baseLabels?: Labels;
        endCheckpoint?: bigint;
        network?: SuiChainId;
        startCheckpoint?: bigint;
    }
    Index

    Properties

    address: string
    baseLabels?: Labels
    endCheckpoint?: bigint
    network?: SuiChainId
    startCheckpoint?: bigint