public class TokenUpdate extends Payload
| Modifier and Type | Class and Description |
|---|---|
static class |
TokenUpdate.TokenUpdateBuilder |
| Constructor and Description |
|---|
TokenUpdate(@NonNull String tokenSymbol,
@NonNull List<TokenOperation> operations) |
| Modifier and Type | Method and Description |
|---|---|
static TokenUpdate.TokenUpdateBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static TokenUpdate |
fromBytes(ByteBuffer source) |
List<TokenOperation> |
getOperations()
Operations to execute.
|
UInt64 |
getOperationsBaseCost() |
byte[] |
getOperationsSerialized() |
protected byte[] |
getPayloadBytes()
This must return the payload only.
|
String |
getTokenSymbol()
Symbol (ID) of the token to execute operations on.
|
int |
hashCode() |
String |
toString() |
public TokenUpdate(@NonNull
@NonNull String tokenSymbol,
@NonNull
@NonNull List<TokenOperation> operations)
public byte[] getOperationsSerialized()
protected byte[] getPayloadBytes()
PayloadPayload.getBytes()getPayloadBytes in class Payloadpublic UInt64 getOperationsBaseCost()
public static TokenUpdate fromBytes(ByteBuffer source)
public static TokenUpdate.TokenUpdateBuilder builder()
public String getTokenSymbol()
public List<TokenOperation> getOperations()
Copyright © 2026. All rights reserved.