Uses of Class
org.starcoin.bean.Transaction
| Package | Description |
|---|---|
| org.starcoin.api | |
| org.starcoin.bean |
-
Uses of Transaction in org.starcoin.api
Methods in org.starcoin.api that return Transaction Modifier and Type Method Description TransactionTransactionRPCClient. getTransactionByHash(String hash)通过 transaction hash 获取某个 TransactionTransactionTransactionRPCClient. getTransactionInfoByHash(String hash)通过 transaction hash 获取某个 TransactionInfoMethods in org.starcoin.api that return types with arguments of type Transaction Modifier and Type Method Description List<Transaction>TransactionRPCClient. getBlockTransactions(String blockHash)通过 block hash 获取所有 Transaction -
Uses of Transaction in org.starcoin.bean
Methods in org.starcoin.bean that return types with arguments of type Transaction Modifier and Type Method Description List<Transaction>Block. getTransactionList()Method parameters in org.starcoin.bean with type arguments of type Transaction Modifier and Type Method Description voidBlock. setTransactionList(List<Transaction> transactionList)