@raoul-picconi/mojito-sdk
    Preparing search index...

    Interface TokenDetails

    interface TokenDetails {
        authority: string;
        circulating_supply: { atoms: string; decimal: string };
        frozen: boolean;
        is_locked: boolean;
        is_token_freezable: boolean;
        is_token_unfreezable: boolean;
        metadata_uri: { hex: string; string: string };
        next_nonce: number;
        number_of_decimals: number;
        order_id: string;
        pool_id: string;
        token_id: string;
        token_ticker: { hex: string; string: string };
        total_supply: { Fixed: { atoms: string } } | "Unlimited";
    }
    Index

    Properties

    authority: string
    circulating_supply: { atoms: string; decimal: string }
    frozen: boolean
    is_locked: boolean
    is_token_freezable: boolean
    is_token_unfreezable: boolean
    metadata_uri: { hex: string; string: string }
    next_nonce: number
    number_of_decimals: number
    order_id: string
    pool_id: string
    token_id: string
    token_ticker: { hex: string; string: string }
    total_supply: { Fixed: { atoms: string } } | "Unlimited"