Skip to content

UnpackedToken

Defined in: src/http/token.ts:143

Decrypted payload of a state token, as returned by unpackStateToken.

createdAt: number;

Defined in: src/http/token.ts:151

Unix epoch seconds at which the token was minted (used for TTL checks).


inputSchemaBytes: Uint8Array;

Defined in: src/http/token.ts:149

Serialized input-schema IPC bytes (exchange streams).


schemaBytes: Uint8Array;

Defined in: src/http/token.ts:147

Serialized output-schema IPC bytes.


stateBytes: Uint8Array;

Defined in: src/http/token.ts:145

Serialized stream-state bytes carried by the token.