ntzwrk / blockstack.ts

work in progress, please check back later
MIT License
10 stars 1 forks source link

Where does the parameter for `verifiedAccounts()` should come from? #8

Open vsund opened 6 years ago

vsund commented 6 years ago

The verifiedAccounts() method in src/profile/profileSchemas/person.ts needs a parameter verifications too pass it through. In the call in toJSON() the parameter isn't given.

Wondering where the the verifications should come from (as I think that there should some get passed in).