OBJECT

BitcoinAddress

link GraphQL Schema definition

  • type BitcoinAddress implements GenericAddress {
  • # Unique identifier for the address.
  • id: String!
  • # The type (e.g. COMPATIBILITY) of the address generated as displayed in the 'id'
  • # field
  • addressType: BitcoinAddressType!
  • # The address usgage type (e.g. CHANGE or RECEIVE)
  • addressUsageType: BitcoinAddressUsage!
  • # Transactions were received into the given bitcon address.
  • #
  • # Arguments
  • # limit:
  • # nextToken:
  • transactions(limit: Int, nextToken: String): TransactionConnection!
  • }

link Require by

This element is not required by anyone