Output of signing and sending a transaction.

interface SolanaSignAndSendTransactionOutput {
    signature: Uint8Array;
}

Properties

Properties

signature: Uint8Array

Transaction signature, as raw bytes.