9 lines
209 B
Go
9 lines
209 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type GetWalletHistoryResponse struct {
|
|
Entries []WalletAudit `json:"entries,omitempty"`
|
|
NextCursor string `json:"nextCursor,omitempty"`
|
|
}
|