Uses of Class
org.starcoin.bean.UserTransaction
-
Packages that use UserTransaction Package Description org.starcoin.bean -
-
Uses of UserTransaction in org.starcoin.bean
Methods in org.starcoin.bean that return UserTransaction Modifier and Type Method Description UserTransactionTransaction. getUserTransaction()Methods in org.starcoin.bean that return types with arguments of type UserTransaction Modifier and Type Method Description List<UserTransaction>BlockBody. getUserTransactions()Methods in org.starcoin.bean with parameters of type UserTransaction Modifier and Type Method Description voidTransaction. setUserTransaction(UserTransaction userTransaction)Method parameters in org.starcoin.bean with type arguments of type UserTransaction Modifier and Type Method Description voidBlockBody. setUserTransactions(List<UserTransaction> userTransactions)
-