public class TransferSchedule extends Payload
Constructor and Description |
---|
TransferSchedule(AccountAddress to,
Schedule[] amount) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Schedule[] |
getAmount()
The release schedule.
|
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 the transaction.
|
int |
hashCode() |
String |
toString() |
public TransferSchedule(AccountAddress to, Schedule[] amount)
public TransactionType getTransactionType()
getTransactionType
in class Payload
protected byte[] getRawPayloadBytes()
Payload
Payload.getBytes()
getRawPayloadBytes
in class Payload
public AccountAddress getTo()
public Schedule[] getAmount()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.