Skip to main content

UnshieldedTokenType

For the complete documentation index, see llms.txt

@midnight-ntwrk/onchain-runtime v3.0.0


@midnight-ntwrk/onchain-runtime / UnshieldedTokenType

Type Alias: UnshieldedTokenType

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

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

Type declaration

raw

raw: RawTokenType;

tag

tag: "unshielded";