INPUT_OBJECT

AccountFilter

link GraphQL Schema definition

  • input AccountFilter {
  • # The public key hash of implicit or originated accounts to be listed.
  • addresses: [Address!]
  • # Filters accounts based on the starting characters in their address.
  • address_prefixes: [String!]
  • # Filters accounts based on the type of their address,if true: returns "Originated
  • # Accounts" (also known as "Smart Contracts"), if false: returns "Implicit
  • # Accounts", if not provided: does not apply this filter.
  • is_contract: Boolean
  • }

link Require by