@ApiAudience.Public @ApiStability.Unstable public class Transaction extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Transaction.TxType |
Constructor and Description |
---|
Transaction() |
Modifier and Type | Method and Description |
---|---|
Aer |
getAmount() |
ChainIdHash |
getChainIdHash() |
Fee |
getFee() |
java.lang.Long |
getNonce() |
BytesValue |
getPayload() |
AccountAddress |
getRecipient() |
AccountAddress |
getSender() |
Transaction.TxType |
getTxType() |
public ChainIdHash getChainIdHash()
public AccountAddress getSender()
public AccountAddress getRecipient()
public Aer getAmount()
public java.lang.Long getNonce()
public Fee getFee()
public BytesValue getPayload()
public Transaction.TxType getTxType()