Update types.go
This commit is contained in:
parent
cf4580a8de
commit
a63abd641a
1 changed files with 5 additions and 0 deletions
|
|
@ -34,3 +34,8 @@ type CompoundTx struct {
|
||||||
} `json:"body"`
|
} `json:"body"`
|
||||||
Signature string `json:"signature"`
|
Signature string `json:"signature"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type SignedTx struct {
|
||||||
|
Body any `json:"body"`
|
||||||
|
Signature string `json:"signature"`
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue