You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the active tax map can only be retrieved by doing a raw query on the tax_info store key (in hex: 7461785F696E666F). This is very inconvenient. A smart query is much easier to use. This involves following tasks for implementation:
Add a tax map query type
Add a tax map response type (or just use the TaxMap type directly as response type)
Hook everything up in the query endpoint
The text was updated successfully, but these errors were encountered:
Currently the active tax map can only be retrieved by doing a raw query on the
tax_info
store key (in hex:7461785F696E666F
). This is very inconvenient. A smart query is much easier to use. This involves following tasks for implementation:TaxMap
type directly as response type)The text was updated successfully, but these errors were encountered: