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

add Genesis type

shiqizng opened this issue · comments

Define a Genesis type in the type module. This will be used in indexer.

When adding this to the SDK, we should ensure all the helper functions needed by Indexer are implemented. The ones which are not needed can be left out.