Documentation

    Interface Balance

    interface Balance {
        coinObjectCount: number;
        coinType: string;
        lockedBalance: { [key: string]: string };
        totalBalance: string;
    }
    Index

    Properties

    coinObjectCount: number
    coinType: string
    lockedBalance: { [key: string]: string }
    totalBalance: string
    MMNEPVFCICPMFPCPTTAAATR