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