Add StackParam JSON Unmarshaler (#116)

This commit is contained in:
Evgenii Stratonikov 2019-01-22 15:15:04 +03:00 committed by Anthony De Meulemeester
parent 1360e1de68
commit df2e9f68ef
3 changed files with 279 additions and 6 deletions

View file

@ -17,12 +17,6 @@ type InvokeResult struct {
Stack []*StackParam
}
// StackParam respresent a stack parameter.
type StackParam struct {
Type string `json:"type"`
Value interface{} `json:"value"`
}
// AccountStateResponse holds the getaccountstate response.
type AccountStateResponse struct {
responseHeader