0chain / gosdk

A client SDK in Go to interface the blockchain and storage platform, and other smart contracts
MIT License
32 stars 29 forks source link

feat: op code for download thumbnail operation #780

Closed aaryankotharii closed 1 year ago

aaryankotharii commented 1 year ago

add case OpDownloadThumbnail int = 4

https://github.com/0chain/gosdk/blob/a75c7f2e72850a6eeb3908d528e098aee817e998/zboxcore/sdk/sdk.go#L33

cnlangzi commented 1 year ago

fixed