public class TransferTransaction extends AccountTransaction
| Modifier and Type | Class and Description |
|---|---|
static class |
TransferTransaction.TransferBlockItemBuilder |
static class |
TransferTransaction.TransferTransactionBuilder |
AccountTransaction.AccountTransactionBlockItemBuilderDEFAULT_NETWORK_ID, VERSION, VERSION_SIZE| Modifier and Type | Method and Description |
|---|---|
static TransferTransaction.TransferTransactionBuilder |
builder() |
static TransferTransaction.TransferBlockItemBuilder |
builderBlockItem() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static TransferTransaction |
from(AccountAddress sender,
AccountAddress receiver,
CCDAmount amount,
Nonce nonce,
Expiry expiry,
TransactionSigner signer) |
static TransferTransaction |
from(TransactionHeader header,
TransactionSignature signature,
TransferPayload payload) |
int |
hashCode() |
String |
toString() |
builderAccountTransactionBlockItem, fromBytes, getExpiry, getHeader, getNonce, getPayload, getSender, getSignaturefromVersionedBytes, getBlockItemType, getBytesclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHash, getNetworkId, getVersionedBytespublic static TransferTransaction from(AccountAddress sender, AccountAddress receiver, CCDAmount amount, Nonce nonce, Expiry expiry, TransactionSigner signer)
public static TransferTransaction from(TransactionHeader header, TransactionSignature signature, TransferPayload payload)
public static TransferTransaction.TransferTransactionBuilder builder()
public static TransferTransaction.TransferBlockItemBuilder builderBlockItem()
public boolean equals(Object o)
equals in class AccountTransactionprotected boolean canEqual(Object other)
canEqual in class AccountTransactionpublic int hashCode()
hashCode in class AccountTransactionpublic String toString()
toString in class AccountTransactionCopyright © 2025. All rights reserved.