Skip to main content

ShieldedTokenType

For the complete documentation index, see llms.txt

@midnight-ntwrk/onchain-runtime v3.0.0


@midnight-ntwrk/onchain-runtime / ShieldedTokenType

Type Alias: ShieldedTokenType

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

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

Type declaration

raw

raw: RawTokenType;

tag

tag: "shielded";