Type Alias TransactionPayload
TransactionPayload: {
recentBlockhash: BlockhashWithExpiryBlockHeight;
signers: Signer[];
transaction: Transaction | VersionedTransaction;
}
Type declaration
recentBlockhash: BlockhashWithExpiryBlockHeight
signers: Signer[]
transaction: Transaction | VersionedTransaction