public final class TransferScheduleWithMemo extends Payload
Constructor and Description |
---|
TransferScheduleWithMemo(AccountAddress to,
Schedule[] amount,
Memo memo) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Schedule[] |
getAmount()
The release schedule.
|
Memo |
getMemo()
The memo message associated with the transfer.
|
protected byte[] |
getRawPayloadBytes()
This must return the raw payload i.e., the
payload only.
|
AccountAddress |
getTo()
The account address of the recepient.
|
TransactionType |
getTransactionType()
This function returns the transaction type of this transaction.
|
int |
hashCode() |
String |
toString() |
public TransferScheduleWithMemo(AccountAddress to, Schedule[] amount, Memo memo)
public TransactionType getTransactionType()
getTransactionType
in class Payload
protected byte[] getRawPayloadBytes()
Payload
Payload.getBytes()
getRawPayloadBytes
in class Payload
public AccountAddress getTo()
public Schedule[] getAmount()
public Memo getMemo()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.