We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437339d commit d546407Copy full SHA for d546407
multisigs.go
@@ -21,6 +21,7 @@ type MultisigUTXO struct {
21
Memo string `json:"memo"`
22
State string `json:"state"`
23
CreatedAt time.Time `json:"created_at"`
24
+ UpdatedAt time.Time `json:"updated_at"`
25
SignedBy string `json:"signed_by"`
26
SignedTx string `json:"signed_tx"`
27
}
0 commit comments