Uses of Class
org.hyperledger.acy_py.generated.model.WalletRecord
-
Packages that use WalletRecord Package Description org.hyperledger.acy_py.generated.model -
-
Uses of WalletRecord in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return WalletRecord Modifier and Type Method Description WalletRecordWalletRecord.WalletRecordBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type WalletRecord Modifier and Type Method Description List<WalletRecord>WalletList. getResults()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type WalletRecord Modifier and Type Method Description WalletList.WalletListBuilderWalletList.WalletListBuilder. results(List<WalletRecord> results)voidWalletList. setResults(List<WalletRecord> results)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type WalletRecord Constructor Description WalletList(List<WalletRecord> results)
-