public class DeployModule extends Payload
| Constructor and Description |
|---|
DeployModule(@NonNull WasmModule module) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
WasmModule |
getModule()
A compiled Smart Contract Module in WASM with source and version.
|
protected byte[] |
getPayloadBytes()
This must return the payload only.
|
int |
hashCode() |
public DeployModule(@NonNull
@NonNull WasmModule module)
protected byte[] getPayloadBytes()
PayloadPayload.getBytes()getPayloadBytes in class Payloadpublic WasmModule getModule()
Copyright © 2026. All rights reserved.