Skip to content

Commit

Permalink
Support reverse in account history request
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward authored Oct 24, 2022
1 parent d8033d9 commit 11c92b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/account_history_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ type AccountHistory struct {
Account string `json:"account" mapstructure:"account"`
Count *int `json:"count,omitempty" mapstructure:"count,omitempty"`
Raw *bool `json:"raw,omitempty" mapstructure:"raw,omitempty"`
Reverse *bool `json:"reverse,omitempty" mapstructure:"reverse,omitempty"`
}

0 comments on commit 11c92b1

Please sign in to comment.