Skip to main content

UnshieldedTokenType

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.15.0


@midnight-ntwrk/compact-runtime / UnshieldedTokenType

Type Alias: UnshieldedTokenType

type UnshieldedTokenType = {
raw: RawTokenType;
tag: "unshielded";
};

Unshielded token type (or color), as a hex-encoded 35-byte string

Properties

raw

raw: RawTokenType;

tag

tag: "unshielded";