@sentio/sdk
    Preparing search index...

    Interface CoinID

    interface CoinID {
        address?: CoinID_AddressIdentifier;
        symbol?: string;
    }
    Index

    Properties

    Properties

    address?: CoinID_AddressIdentifier
    symbol?: string