public class ConfigureBakerPayload extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigureBakerPayload.ConfigureBakerPayloadBuilder |
Modifier and Type | Method and Description |
---|---|
static ConfigureBakerPayload.ConfigureBakerPayloadBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
PartsPerHundredThousand |
getBakingRewardCommission()
The commission the pool owner takes on baking rewards.
|
byte[] |
getBitMapBytes() |
byte[] |
getBytes() |
CCDAmount |
getCapital()
The equity capital of the baker.
|
PartsPerHundredThousand |
getFinalizationRewardCommission()
The commission the pool owner takes on finalization rewards.
|
ConfigureBakerKeysPayload |
getKeysWithProofs()
The key/proof pairs to verify the baker.
|
String |
getMetadataUrl()
The URL referencing the baker's metadata.
|
OpenStatus |
getOpenForDelegation()
Whether the pool is open for delegators.
|
Boolean |
getRestakeEarnings()
Whether the baker's earnings are restaked.
|
Boolean |
getSuspended()
Whether the validator is suspended.
|
PartsPerHundredThousand |
getTransactionFeeCommission()
The commission the pool owner takes on transaction fees.
|
int |
hashCode() |
public byte[] getBitMapBytes()
public byte[] getBytes()
public static ConfigureBakerPayload.ConfigureBakerPayloadBuilder builder()
public CCDAmount getCapital()
public Boolean getRestakeEarnings()
public OpenStatus getOpenForDelegation()
public ConfigureBakerKeysPayload getKeysWithProofs()
public String getMetadataUrl()
public PartsPerHundredThousand getTransactionFeeCommission()
public PartsPerHundredThousand getBakingRewardCommission()
public PartsPerHundredThousand getFinalizationRewardCommission()
public Boolean getSuspended()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.