public class ConfigureBakerKeysPayload extends Object
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static ConfigureBakerKeysPayload |
from(ConfigureBakerKeysJniOutput jniOutput) |
byte[] |
getBytes() |
static ConfigureBakerKeysPayload |
getNewConfigureBakerKeysPayload(AccountAddress sender,
BakerKeys bakerKeys)
Generates a new ConfigureBakerKeysPayload with the given sender and baker keys
|
int |
hashCode() |
String |
toString() |
public static ConfigureBakerKeysPayload from(ConfigureBakerKeysJniOutput jniOutput)
public static ConfigureBakerKeysPayload getNewConfigureBakerKeysPayload(AccountAddress sender, BakerKeys bakerKeys)
sender
- The account address of the senderpublic byte[] getBytes()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.