solana-resilience-kit - v1.0.0
    Preparing search index...

    Interface TrackResult

    interface TrackResult {
        outcome: TerminalOutcome;
        polls: number;
        signature: string;
        slot: bigint | null;
    }
    Index

    Properties

    polls: number
    signature: string
    slot: bigint | null