poloniex-node-api
    Preparing search index...

    Interface INetworkInfo

    interface INetworkInfo {
        blockchain: string;
        coin: string;
        contractAddress: string | null;
        currencyType: string;
        decimals: number;
        depositAddress: string | null;
        depositEnable: boolean;
        id: number;
        minConfirm: number;
        name: string;
        withdrawalEnable: boolean;
        withdrawFee: string;
        withdrawMin: string | null;
    }
    Index

    Properties

    blockchain: string
    coin: string
    contractAddress: string | null
    currencyType: string
    decimals: number
    depositAddress: string | null
    depositEnable: boolean
    id: number
    minConfirm: number
    name: string
    withdrawalEnable: boolean
    withdrawFee: string
    withdrawMin: string | null