Documentation
    Preparing search index...

    Type Alias NaviAddressBalance

    type NaviAddressBalance = {
        addressBalance: string;
        coinBalance: string;
        coinObjectCount?: number;
        coinType: string;
        totalBalance: string;
    }
    Index

    Properties

    addressBalance: string
    coinBalance: string
    coinObjectCount?: number
    coinType: string
    totalBalance: string