RpcSimulateTransactionReplacementBlockhash: {
    blockhash: string;
    lastValidBlockHeight: bigint;
}

Defines the replacement blockhash information returned when replaceRecentBlockhash is used.

Type declaration

  • blockhash: string

    The replacement blockhash used for simulation

  • lastValidBlockHeight: bigint

    The last valid block height for the replacement blockhash

Generated using TypeDoc