public class InstructionAmount
Represents data about the value of the transaction
public InstructionAmount(long amount)
Represents data about the value of the transaction
public long getAmount()
public long component1()
@NotNull public InstructionAmount copy(long amount)
Represents data about the value of the transaction
@NotNull public java.lang.String toString()
Represents data about the value of the transaction
public int hashCode()
Represents data about the value of the transaction
public boolean equals(@Nullable java.lang.Object p)
Represents data about the value of the transaction