nautls / ergo-graphql

Ergo Platform GraphQL server
MIT License
16 stars 1 forks source link

Filter token by minting box params #73

Open capt-nemo429 opened 1 year ago

capt-nemo429 commented 1 year ago

Filter tokens by the the minting box (Token.box field) with the following objects:

{
  ergoTree?: string;
  registers?: AdditionalRegisters;
}

or

{
  address?: string;
  registers?: AdditionalRegisters;
}