public class UpgradeCommand implements CommandData
Indicates that this transaction replaces the inputs contract state to another contract state
Constructor and Description |
---|
UpgradeCommand(java.lang.String upgradedContractClass)
Indicates that this transaction replaces the inputs contract state to another contract state
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
component1() |
UpgradeCommand |
copy(java.lang.String upgradedContractClass)
Indicates that this transaction replaces the inputs contract state to another contract state
|
boolean |
equals(java.lang.Object p) |
java.lang.String |
getUpgradedContractClass() |
int |
hashCode() |
java.lang.String |
toString() |
public UpgradeCommand(java.lang.String upgradedContractClass)
Indicates that this transaction replaces the inputs contract state to another contract state
public java.lang.String getUpgradedContractClass()
public java.lang.String component1()
public UpgradeCommand copy(java.lang.String upgradedContractClass)
Indicates that this transaction replaces the inputs contract state to another contract state
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)