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

Reformat ABI interface from the changes caused by ABI reformatting (in go-algorand)

ahangsu opened this issue · comments

Summary

The ABI implementation in go-algorand is reformatted to remove redundant Value struct.

As a result, the ABI interface in go-algorand-sdk should also be modified.

Scope

Modify encoding/abi/abi.go.