Output of signing and sending a transaction.

interface SolanaSignAndSendTransactionOutput {
    signature: Uint8Array<ArrayBufferLike>;
}

Properties

Properties

signature: Uint8Array<ArrayBufferLike>

Transaction signature, as raw bytes.