absolutepay (Node SDK) - v0.7.1
    Preparing search index...

    Interface DepositChain

    A network you can receive deposits on, plus the coins it accepts.

    interface DepositChain {
        chain: string;
        currencies: string[];
        label: string;
    }
    Index

    Properties

    chain: string

    Network code, e.g. "ETH".

    currencies: string[]

    Coins this network can receive, e.g. ["ETH", "USDT", "USDC"].

    label: string

    Human-readable label, e.g. "Ethereum(ERC20)".