@sentio/sdk
    Preparing search index...

    Type Alias CoinID

    CoinID: Message<"common.CoinID"> & {
        id:
            | { case: "symbol"; value: string }
            | { case: "address"; value: CoinID_AddressIdentifier }
            | { case: undefined; value?: undefined };
    }

    Type Declaration

    from message common.CoinID