juicebox-technologies / urchin-sdk

Simple Playa API integration for NodeJS
1 stars 0 forks source link

Joi PublicKey #20

Closed mjzuppe closed 1 year ago

mjzuppe commented 1 year ago

We have several positions in the SDK where we accept type PublicKey and for now we're using .any() which is not really a validation. Please propose a solution to either use Joi in some other way to custom handle that type OR add a secondary validation to handle those inputs.