algorand / go-algorand-sdk

Algorand Golang SDK

Home Page:https://pkg.go.dev/github.com/algorand/go-algorand-sdk/v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update go-algorand-sdk to support new APIS

id-ms opened this issue · comments

commented

Context

go-algorand-sdk should support two API changes

/v2/accounts/{address}
and
/v2/blocks/{round}/transactions/{txid}/proof

Acceptance Criteria

the go-sdk client should support this new interface.

note: it appears that we don't have tests for that endpoint.