public static interface Transaction.TransactionToCommitOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Transaction.AccountState |
getAccountStates(int index)
State db updates
|
int |
getAccountStatesCount()
State db updates
|
List<Transaction.AccountState> |
getAccountStatesList()
State db updates
|
Transaction.AccountStateOrBuilder |
getAccountStatesOrBuilder(int index)
State db updates
|
List<? extends Transaction.AccountStateOrBuilder> |
getAccountStatesOrBuilderList()
State db updates
|
Events.Event |
getEvents(int index)
Events yielded by the transaction.
|
int |
getEventsCount()
Events yielded by the transaction.
|
List<Events.Event> |
getEventsList()
Events yielded by the transaction.
|
Events.EventOrBuilder |
getEventsOrBuilder(int index)
Events yielded by the transaction.
|
List<? extends Events.EventOrBuilder> |
getEventsOrBuilderList()
Events yielded by the transaction.
|
long |
getGasUsed()
The amount of gas used.
|
Transaction.SignedTransaction |
getSignedTxn()
The signed transaction which was executed
|
Transaction.SignedTransactionOrBuilder |
getSignedTxnOrBuilder()
The signed transaction which was executed
|
boolean |
hasSignedTxn()
The signed transaction which was executed
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSignedTxn()
The signed transaction which was executed
.types.SignedTransaction signed_txn = 1;Transaction.SignedTransaction getSignedTxn()
The signed transaction which was executed
.types.SignedTransaction signed_txn = 1;Transaction.SignedTransactionOrBuilder getSignedTxnOrBuilder()
The signed transaction which was executed
.types.SignedTransaction signed_txn = 1;List<Transaction.AccountState> getAccountStatesList()
State db updates
repeated .types.AccountState account_states = 2;Transaction.AccountState getAccountStates(int index)
State db updates
repeated .types.AccountState account_states = 2;int getAccountStatesCount()
State db updates
repeated .types.AccountState account_states = 2;List<? extends Transaction.AccountStateOrBuilder> getAccountStatesOrBuilderList()
State db updates
repeated .types.AccountState account_states = 2;Transaction.AccountStateOrBuilder getAccountStatesOrBuilder(int index)
State db updates
repeated .types.AccountState account_states = 2;List<Events.Event> getEventsList()
Events yielded by the transaction.
repeated .types.Event events = 3;Events.Event getEvents(int index)
Events yielded by the transaction.
repeated .types.Event events = 3;int getEventsCount()
Events yielded by the transaction.
repeated .types.Event events = 3;List<? extends Events.EventOrBuilder> getEventsOrBuilderList()
Events yielded by the transaction.
repeated .types.Event events = 3;Events.EventOrBuilder getEventsOrBuilder(int index)
Events yielded by the transaction.
repeated .types.Event events = 3;long getGasUsed()
The amount of gas used.
uint64 gas_used = 4;Copyright © 2019. All rights reserved.