Fix AccountRemoveResponse declaration
This commit is contained in:
parent
7220ec8943
commit
6c7f59bfb8
1 changed files with 1 additions and 3 deletions
|
@ -221,9 +221,7 @@ type AccountCreateResponse struct {
|
|||
ModifiedOn float64 `json:"modified_on"`
|
||||
}
|
||||
|
||||
type AccountRemoveResponse struct {
|
||||
AccountCreateResponse
|
||||
}
|
||||
type AccountRemoveResponse AccountCreateResponse
|
||||
|
||||
type Transaction struct {
|
||||
Address string `json:"address"`
|
||||
|
|
Loading…
Add table
Reference in a new issue