Type Alias GetCurrentFungibleAssetBalancesQuery

GetCurrentFungibleAssetBalancesQuery: {
    current_fungible_asset_balances: {
        amount?: any | null;
        asset_type?: string | null;
        is_frozen: boolean;
        is_primary?: boolean | null;
        last_transaction_timestamp?: any | null;
        last_transaction_version?: any | null;
        owner_address: string;
        storage_id: string;
        token_standard?: string | null;
    }[];
}
MMNEPVFCICPMFPCPTTAAATR