stacks-fireblocks-sdk
    Preparing search index...

    Type Alias GetFtBalancesResponse

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

    Properties

    Properties

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