RpcConfirmTransactionStrategy: {
    blockhash: Blockhash;
    lastValidBlockHeight: number;
    type: "blockhash";
} | {
    minContextSlot: number;
    nonceAccountPubkey: PublicKey;
    nonceValue: string;
    type: "durableNonce";
}

Represents all the possible strategies to use when confirming a transaction.

Generated using TypeDoc