public class TransferSchedule extends Payload
| Modifier and Type | Class and Description |
|---|---|
static class |
TransferSchedule.TransferScheduleBuilder |
| Constructor and Description |
|---|
TransferSchedule(AccountAddress to,
Schedule[] amount) |
| Modifier and Type | Method and Description |
|---|---|
static TransferSchedule.TransferScheduleBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Schedule[] |
getAmount()
The release schedule.
|
protected byte[] |
getPayloadBytes()
This must return the payload only.
|
AccountAddress |
getTo()
The account address of the recepient.
|
int |
hashCode() |
String |
toString() |
public TransferSchedule(AccountAddress to, Schedule[] amount)
protected byte[] getPayloadBytes()
PayloadPayload.getBytes()getPayloadBytes in class Payloadpublic static TransferSchedule.TransferScheduleBuilder builder()
public AccountAddress getTo()
public Schedule[] getAmount()
Copyright © 2026. All rights reserved.