@sentio/sdk
    Preparing search index...

    Type Alias CoinID_AddressIdentifier

    CoinID_AddressIdentifier: Message<"common.CoinID.AddressIdentifier"> & {
        address: string;
        chain: string;
    }

    Type Declaration

    • address: string

      from field: string address = 1;

    • chain: string

      from field: string chain = 2;

    from message common.CoinID.AddressIdentifier