INPUT_OBJECT
AccountFilter
link GraphQL Schema definition
- input AccountFilter {
- # The public key hash of implicit or originated accounts to be listed.
- Address!] : [
- # Filters accounts based on the starting characters in their address.
- 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.
- Boolean :
- }