public final class InitName extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static InitName |
from(String name)
This function takes a string and returns a new InitName object.
|
byte[] |
getBytes() |
String |
getName()
Name of the contract
|
int |
hashCode() |
String |
toString() |
public static InitName from(String name)
name - The name of the contract.InitName class.public byte[] getBytes()
InitName.public String getName()
Copyright © 2025. All rights reserved.