UnpackedToken
Defined in: src/http/token.ts:143
Decrypted payload of a state token, as returned by unpackStateToken.
Properties
Section titled “Properties”createdAt
Section titled “createdAt”createdAt: number;Defined in: src/http/token.ts:151
Unix epoch seconds at which the token was minted (used for TTL checks).
inputSchemaBytes
Section titled “inputSchemaBytes”inputSchemaBytes: Uint8Array;Defined in: src/http/token.ts:149
Serialized input-schema IPC bytes (exchange streams).
schemaBytes
Section titled “schemaBytes”schemaBytes: Uint8Array;Defined in: src/http/token.ts:147
Serialized output-schema IPC bytes.
stateBytes
Section titled “stateBytes”stateBytes: Uint8Array;Defined in: src/http/token.ts:145
Serialized stream-state bytes carried by the token.