@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Interface ArkInfo

    interface ArkInfo {
        boardingExitDelay: bigint;
        checkpointTapscript: string;
        deprecatedSigners: DeprecatedSigner[];
        digest: string;
        dust: bigint;
        fees: FeeInfo;
        forfeitAddress: string;
        forfeitPubkey: string;
        network: string;
        scheduledSession?: ScheduledSession;
        serviceStatus: ServiceStatus;
        sessionDuration: bigint;
        signerPubkey: string;
        unilateralExitDelay: bigint;
        utxoMaxAmount: bigint;
        utxoMinAmount: bigint;
        version: string;
        vtxoMaxAmount: bigint;
        vtxoMinAmount: bigint;
    }
    Index

    Properties

    boardingExitDelay: bigint
    checkpointTapscript: string
    deprecatedSigners: DeprecatedSigner[]
    digest: string
    dust: bigint
    fees: FeeInfo
    forfeitAddress: string
    forfeitPubkey: string
    network: string
    scheduledSession?: ScheduledSession
    serviceStatus: ServiceStatus
    sessionDuration: bigint
    signerPubkey: string
    unilateralExitDelay: bigint
    utxoMaxAmount: bigint
    utxoMinAmount: bigint
    version: string
    vtxoMaxAmount: bigint
    vtxoMinAmount: bigint