Uses of Class
io.gopluslabs.client.model.ApproveTokenResult
-
Packages that use ApproveTokenResult Package Description io.gopluslabs.client.model -
-
Uses of ApproveTokenResult in io.gopluslabs.client.model
Fields in io.gopluslabs.client.model with type parameters of type ApproveTokenResult Modifier and Type Field Description private List<ApproveTokenResult>ApproveTokenOutListResponse. approvedListMethods in io.gopluslabs.client.model that return ApproveTokenResult Modifier and Type Method Description ApproveTokenResultApproveTokenResult. addressInfo(ApproveAddressInfo addressInfo)ApproveTokenResultApproveTokenResult. approvedAmount(String approvedAmount)ApproveTokenResultApproveTokenResult. approvedContract(String approvedContract)ApproveTokenResultApproveTokenResult. approvedTime(Long approvedTime)ApproveTokenResultApproveTokenResult. hash(String hash)ApproveTokenResultApproveTokenResult. initialApprovalHash(String initialApprovalHash)ApproveTokenResultApproveTokenResult. initialApprovalTime(Long initialApprovalTime)Methods in io.gopluslabs.client.model that return types with arguments of type ApproveTokenResult Modifier and Type Method Description List<ApproveTokenResult>ApproveTokenOutListResponse. getApprovedList()Get approvedListMethods in io.gopluslabs.client.model with parameters of type ApproveTokenResult Modifier and Type Method Description ApproveTokenOutListResponseApproveTokenOutListResponse. addApprovedListItem(ApproveTokenResult approvedListItem)Method parameters in io.gopluslabs.client.model with type arguments of type ApproveTokenResult Modifier and Type Method Description ApproveTokenOutListResponseApproveTokenOutListResponse. approvedList(List<ApproveTokenResult> approvedList)voidApproveTokenOutListResponse. setApprovedList(List<ApproveTokenResult> approvedList)
-