public class TokenUpdate extends Payload
Modifier and Type | Class and Description |
---|---|
static class |
TokenUpdate.TokenUpdateBuilder |
Modifier and Type | Method and Description |
---|---|
static TokenUpdate.TokenUpdateBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<TokenOperation> |
getOperations()
Operations to execute.
|
UInt64 |
getOperationsBaseCost() |
protected byte[] |
getRawPayloadBytes()
This must return the raw payload i.e., the
payload only.
|
String |
getTokenSymbol()
Symbol (ID) of the token to execute operations on.
|
TransactionType |
getTransactionType() |
int |
hashCode() |
String |
toString() |
calculateEnergyCost, getBytes
public TransactionType getTransactionType()
getTransactionType
in class Payload
protected byte[] getRawPayloadBytes()
Payload
Payload.getBytes()
getRawPayloadBytes
in class Payload
public UInt64 getOperationsBaseCost()
public static TokenUpdate.TokenUpdateBuilder builder()
public String getTokenSymbol()
public List<TokenOperation> getOperations()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.