Mayson Monorepo Documentation
    Preparing search index...

    Interface ExchangeBalance

    Asset balance on an exchange

    interface ExchangeBalance {
        asset: string;
        free: string;
        locked: string;
        total: string;
    }
    Index

    Properties

    Properties

    asset: string
    free: string
    locked: string
    total: string