UGoldReadUserTxnsParams constructor
UGoldReadUserTxnsParams({})
Implementation
UGoldReadUserTxnsParams({
this.userId,
this.tags,
this.pageSize = 20,
this.pageNumber = 1,
this.orderBy,
this.selectorArgs,
this.fromCreatedAt,
this.toCreatedAt,
this.ids,
this.creatorId,
});