Closed kenriortega closed 3 years ago
thx for the feedback in the week i have been working in this.
thx for the feedback in the week i have been working in this.
No problem. Could you open the pull request to the staging branch instead of master.
Solve this issue https://github.com/blockfrost/blockfrost-go/issues/5#issue-1000034272
I created two methods to process metadata content in json. Because I don't know is json metadata always return a type
ADAUSD
or could be a dynamic fields. For this reason I decided to use a struct with json metadata field as amap[string[interface{}
any feedback are welcome.