sealTransaction
sealTransaction(
signed):string
Defined in: ootle/src/transaction.ts:192
BOR-encodes a SignedTransaction into a TransactionEnvelope.
Encodes the byte-exact sealedJson directly (never the parsed transaction view), so
u64 amounts above 2^53 are not corrupted by a JSON.parse → JSON.stringify round-trip.
Parameters
Section titled “Parameters”signed
Section titled “signed”Returns
Section titled “Returns”string