@web-core/web-sdk
    Preparing search index...

    Interface AccountBalance

    interface AccountBalance {
        amount: number;
        currency: string;
    }
    Index

    Properties

    Properties

    amount: number
    currency: string