UnshieldedTokenType
For the complete documentation index, see llms.txt
@midnight-ntwrk/compact-runtime v0.16.0
@midnight-ntwrk/compact-runtime / UnshieldedTokenType
Type Alias: UnshieldedTokenType
type UnshieldedTokenType = {
raw: RawTokenType;
tag: "unshielded";
};
비차폐 토큰 타입(또는 색상)으로, 16진수 인코딩된 35바이트 문자열
Properties
raw
raw: RawTokenType;
tag
tag: "unshielded";