stacks-fireblocks-sdk
    Preparing search index...

    Type Alias GetFtBalancesResponse

    type GetFtBalancesResponse = {
        data?: {
            balance: number;
            token: string;
            tokenContractAddress: string;
            tokenContractName: string;
        }[];
        error?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    data?: {
        balance: number;
        token: string;
        tokenContractAddress: string;
        tokenContractName: string;
    }[]
    error?: string
    success: boolean