Skip to main content

ShieldedTokenType

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.15.0


@midnight-ntwrk/compact-runtime / ShieldedTokenType

Type Alias: ShieldedTokenType

type ShieldedTokenType = {
raw: RawTokenType;
tag: "shielded";
};

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

Properties

raw

raw: RawTokenType;

tag

tag: "shielded";