Documentation

    Type Alias CoinBalance

    type CoinBalance = {
        coinObjectCount: number;
        coinType: string;
        lockedBalance: Record<string, string>;
        totalBalance: string;
    }
    Index

    Properties

    coinObjectCount: number
    coinType: string
    lockedBalance: Record<string, string>
    totalBalance: string
    MMNEPVFCICPMFPCPTTAAATR