Skip to content

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.parseJSON.stringify round-trip.

SignedTransaction

string