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() |
public TransactionType getTransactionType()
getTransactionType
in class Payload
protected byte[] getRawPayloadBytes()
Payload
Payload.getBytes()
getRawPayloadBytes
in class Payload
public static DeployModule.DeployModuleBuilder builder()
public WasmModule getModule()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.