Not impl endpoints
This commit is contained in:
7
server/balance/readrequest.go
Normal file
7
server/balance/readrequest.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package balance
|
||||
|
||||
type ReadRequest struct {
|
||||
Accounts []string `json:"accounts"`
|
||||
Start int64 `json:"start"`
|
||||
Stop int64 `json:"stop"`
|
||||
}
|
||||
Reference in New Issue
Block a user