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

    Interface MockClusterOptions

    interface MockClusterOptions {
        blockhashSeed?: number;
        defaultLandingDelaySlots?: number;
        initialBlockHeight?: bigint;
        initialSlot?: bigint;
    }
    Index

    Properties

    blockhashSeed?: number

    Seed used to mint deterministic blockhash strings.

    defaultLandingDelaySlots?: number

    Slots between when a tx is accepted and when it lands (default 1).

    initialBlockHeight?: bigint
    initialSlot?: bigint