Umi — API References - v1.3.0
    Preparing search index...

    Type Alias RpcSimulateTransactionReplacementBlockhash

    Defines the replacement blockhash information returned when replaceRecentBlockhash is used.

    type RpcSimulateTransactionReplacementBlockhash = {
        blockhash: string;
        lastValidBlockHeight: bigint;
    }
    Index

    Properties

    blockhash: string

    The replacement blockhash used for simulation

    lastValidBlockHeight: bigint

    The last valid block height for the replacement blockhash