blockfrost / blockfrost-go

Golang SDK for Blockfrost.io
Apache License 2.0
23 stars 9 forks source link

Add conversion of image array to string for AssetOnchainMetadata #66

Closed sean118 closed 9 months ago

sean118 commented 1 year ago

Solving for https://github.com/blockfrost/blockfrost-go/issues/63

slowbackspace commented 9 months ago

Thanks for the PR and sorry for the delay. This is indeed bug in the SDK and it should allow for both string and array of strings data types. However, we would like to address it by allowing both data types rather than joining it into a single string.