UNPKG

@metaplex-foundation/mpl-toolbox

Version:

Auto-generated essential Solana and Metaplex programs

16 lines (15 loc) 521 B
/** * This code was AUTOGENERATED using the kinobi library. * Please DO NOT EDIT THIS FILE, instead use visitors * to add features, then rerun kinobi to update it. * * @see https://github.com/metaplex-foundation/kinobi */ import { Serializer } from '@metaplex-foundation/umi/serializers'; export declare enum TokenState { Uninitialized = 0, Initialized = 1, Frozen = 2 } export type TokenStateArgs = TokenState; export declare function getTokenStateSerializer(): Serializer<TokenStateArgs, TokenState>;