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 LedgerStateDelta type

winder opened this issue · comments

Subject of the issue

The state delta endpoint is changing and the SDK needs to be updated.

Acceptance Criteria

  • Create types that match ledgercore.StateDelta.
  • Update algorand-sdk-testing inputs.
  • Update generator to support serializing to a custom type.