public class TransferPayload extends Object
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static TransferPayload |
from(AccountAddress receiver,
CCDAmount amount) |
CCDAmount |
getAmount() |
byte[] |
getBytes() |
AccountAddress |
getReceiver() |
int |
hashCode() |
String |
toString() |
public static TransferPayload from(AccountAddress receiver, CCDAmount amount)
public byte[] getBytes()
public AccountAddress getReceiver()
public CCDAmount getAmount()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.