@getalby/sdk
    Preparing search index...

    Type Alias GetAccountBalanceResponse

    type GetAccountBalanceResponse = {
        balance: number;
        currency: string;
        unit: string;
    }
    Index

    Properties

    Properties

    balance: number
    currency: string
    unit: string