Skip to content

Commit

Permalink
use InvokeStack in RpcNotification
Browse files Browse the repository at this point in the history
  • Loading branch information
joeqian10 committed Apr 28, 2021
1 parent 939a38c commit 2a026f0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions rpc/models/rpcApplicationLog.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ type RpcExecution struct {
}

type RpcNotification struct {
Contract string `json:"contract"`
State RpcState `json:"state"`
}

type RpcState struct {
Type string `json:"type"`
Value []InvokeStack `json:"value"`
Contract string `json:"contract"`
State InvokeStack `json:"state"`
}

0 comments on commit 2a026f0

Please sign in to comment.