INPUT_OBJECT

ExchangeWalletId

link GraphQL Schema definition

  • input ExchangeWalletId {
  • # The id of the wallet
  • id: String!
  • # The type of the exchange wallet, i.e. which exchange is it on
  • type: ExchangeType!
  • # The 0-based index of the key within the same wallet. This allows us to have
  • # multiple exchange accounts
  • # of the same type within a single wallet. This isn't expected right now, but good
  • # to be future proof
  • index: Int!
  • }