Type alias SendAndConfirmTransactionResponse

SendAndConfirmTransactionResponse: {
    signature: TransactionSignature;
    confirmResponse: ConfirmTransactionResponse;
    blockhash: Blockhash;
    lastValidBlockHeight: number;
}

Type declaration

Generated using TypeDoc