interface TransactionMetadata {
    pubKey: Uint8Array;
    rawTx: Uint8Array;
}

Properties

Properties

pubKey: Uint8Array
rawTx: Uint8Array

Generated using TypeDoc