mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-03 11:41:48 +00:00
Add StackParam JSON Unmarshaler (#116)
This commit is contained in:
parent
1360e1de68
commit
df2e9f68ef
3 changed files with 279 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue