public class ConfigureDelegationPayload extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigureDelegationPayload.ConfigureDelegationPayloadBuilder |
Modifier and Type | Method and Description |
---|---|
static ConfigureDelegationPayload.ConfigureDelegationPayloadBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
byte[] |
getBitMapBytes()
This method returns an array of bytes that represents the bitmap of the fields that are not null
in the ConfigureDelegationPayload object
|
byte[] |
getBytes()
This method returns an array of bytes that represents the ConfigureDelegationPayload object
|
CCDAmount |
getCapital()
The capital delegated to the pool.
|
DelegationTarget |
getDelegationTarget()
The target of the delegation.
|
Boolean |
getRestakeEarnings()
Whether the delegator's earnings are restaked.
|
int |
hashCode() |
public byte[] getBitMapBytes()
public byte[] getBytes()
public static ConfigureDelegationPayload.ConfigureDelegationPayloadBuilder builder()
public CCDAmount getCapital()
public Boolean getRestakeEarnings()
public DelegationTarget getDelegationTarget()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.