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