| Modifier and Type | Field and Description |
|---|---|
protected TimePointSec |
Transaction.expirationDate |
protected TimePointSec |
HardforkVersionVote.hfTime |
| Modifier and Type | Method and Description |
|---|---|
TimePointSec |
Account.getCreated() |
TimePointSec |
Transaction.getExpirationDate()
Get the currently configured expiration date.
|
TimePointSec |
HardforkVersionVote.getHfTime() |
TimePointSec |
Account.getLastAccountUpdate() |
TimePointSec |
Account.getLastActiveProved() |
TimePointSec |
Account.getLastOwnerProved() |
TimePointSec |
Account.getLastOwnerUpdate() |
TimePointSec |
Account.getLastVoteTime() |
TimePointSec |
ScheduledHardfork.getLiveTime() |
TimePointSec |
Account.getNextVestingWithdraw() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.setExpirationDate(TimePointSec expirationDate)
Define how long this transaction is valid.
|
void |
HardforkVersionVote.setHfTime(TimePointSec hfTime) |
| Constructor and Description |
|---|
HardforkVersionVote(HardforkVersion hfVersion,
TimePointSec hfTime)
Create a new hardfork version vote object.
|
Transaction(org.joou.UShort refBlockNum,
org.joou.UInteger refBlockPrefix,
TimePointSec expirationDate,
List<Operation> operations,
List<FutureExtensions> extensions,
Long createdTime)
Create a new transaction object.
|
| Modifier and Type | Method and Description |
|---|---|
TimePointSec |
DeclineVotingRightsRequestObject.getEffectiveDate() |
TimePointSec |
ChangeRecoveryAccountRequest.getEffectiveOn() |
TimePointSec |
VestingDelegationExpiration.getExpiration() |
TimePointSec |
VestingDelegation.getMinDelegationTime() |
| Modifier and Type | Method and Description |
|---|---|
void |
VestingDelegationExpiration.setExpiration(TimePointSec expiration) |
void |
VestingDelegation.setMinDelegationTime(TimePointSec minDelegationTime) |
| Constructor and Description |
|---|
CompletedTransaction(org.joou.UShort refBlockNum,
org.joou.UInteger refBlockPrefix,
TimePointSec expirationDate,
List<Operation> operations,
List<FutureExtensions> extensions,
Long createdTime,
TransactionId transactionId,
Long blockNum,
Long transactionNum,
String status)
Create a new signed transaction object.
|
SignedTransaction(org.joou.UShort refBlockNum,
org.joou.UInteger refBlockPrefix,
TimePointSec expirationDate,
List<Operation> operations,
List<FutureExtensions> extensions,
Long createdTime)
Create a new signed transaction object.
|
| Modifier and Type | Method and Description |
|---|---|
TimePointSec |
AppliedOperation.getTimestamp()
Get the time point at which this transaction has been submitted.
|
| Modifier and Type | Method and Description |
|---|---|
TimePointSec |
AccountVote.getTime() |
| Modifier and Type | Method and Description |
|---|---|
TimePointSec |
Supernode.getCreated() |
TimePointSec |
Supernode.getHardforkTimeVote() |
TimePointSec |
RewardFund.getLastUpdate() |
TimePointSec |
OwnerAuthorityHistory.getLastValidTime() |
TimePointSec |
Supernode.getLastWdExchangeUpdate() |
TimePointSec |
HardforkProperty.getNextHardforkTime() |
| Modifier and Type | Method and Description |
|---|---|
List<TimePointSec> |
HardforkProperty.getProcessedHardforks() |
| Modifier and Type | Field and Description |
|---|---|
protected TimePointSec |
BlockHeader.timestamp |
| Modifier and Type | Method and Description |
|---|---|
TimePointSec |
BlockHeader.getTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockHeader.setTimestamp(TimePointSec timestamp) |
Copyright © 2019. All rights reserved.