public class DeployModule extends Payload
| Modifier and Type | Class and Description |
|---|---|
static class |
DeployModule.DeployModuleBuilder |
| Modifier and Type | Method and Description |
|---|---|
static DeployModule.DeployModuleBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
WasmModule |
getModule()
A compiled Smart Contract Module in WASM with source and version.
|
protected byte[] |
getRawPayloadBytes()
This must return the raw payload i.e., the
payload only.
|
TransactionType |
getTransactionType() |
int |
hashCode() |
calculateEnergyCost, getBytespublic TransactionType getTransactionType()
getTransactionType in class Payloadprotected byte[] getRawPayloadBytes()
PayloadPayload.getBytes()getRawPayloadBytes in class Payloadpublic static DeployModule.DeployModuleBuilder builder()
public WasmModule getModule()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.