SealKeypair
Defined in: ootle/src/transaction.ts:90
A seal keypair: the throwaway key the seal signature is produced with.
Both fields are expected to be exactly 32 bytes. The length invariant is
enforced at the trust boundary (in signTransaction) rather than via
a branded type — see the README scope decision on asserted-Uint8Array as
the default for non-stealth 32-byte values.
Properties
Section titled “Properties”public_key
Section titled “public_key”public_key:
Uint8Array
Defined in: ootle/src/transaction.ts:92
secret_key
Section titled “secret_key”secret_key:
Uint8Array
Defined in: ootle/src/transaction.ts:91