Files

9 lines
209 B
Go
Raw Permalink Normal View History

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