public final class TransferScheduleWithMemo extends Payload
| Modifier and Type | Class and Description |
|---|---|
static class |
TransferScheduleWithMemo.TransferScheduleWithMemoBuilder |
| Constructor and Description |
|---|
TransferScheduleWithMemo(AccountAddress to,
Schedule[] amount,
Memo memo) |
| Modifier and Type | Method and Description |
|---|---|
static TransferScheduleWithMemo.TransferScheduleWithMemoBuilder |
builder() |
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[] |
getPayloadBytes()
This must return the payload only.
|
AccountAddress |
getTo()
The account address of the recipient.
|
int |
hashCode() |
String |
toString() |
public TransferScheduleWithMemo(AccountAddress to, Schedule[] amount, Memo memo)
protected byte[] getPayloadBytes()
PayloadPayload.getBytes()getPayloadBytes in class Payloadpublic static TransferScheduleWithMemo.TransferScheduleWithMemoBuilder builder()
public AccountAddress getTo()
public Schedule[] getAmount()
public Memo getMemo()
Copyright © 2026. All rights reserved.