UnshieldedTokenType
@midnight-ntwrk/compact-runtime v0.14.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";