public static class Commands.Issue implements Commands.Issue, Obligation.Commands
Allows new obligation states to be issued into existence: the nonce ("number used once") ensures the transaction has a unique ID even when there are no inputs.
Commands.Exit<P>, Commands.Issue, Commands.Move, Commands.Net, Commands.SetLifecycle, Commands.Settle<P>
Constructor and Description |
---|
Issue(long nonce)
Allows new obligation states to be issued into existence: the nonce ("number used once") ensures the
transaction has a unique ID even when there are no inputs.
|
Issue()
Allows new obligation states to be issued into existence: the nonce ("number used once") ensures the
transaction has a unique ID even when there are no inputs.
|
Modifier and Type | Method and Description |
---|---|
long |
component1() |
Commands.Issue |
copy(long nonce)
Allows new obligation states to be issued into existence: the nonce ("number used once") ensures the
transaction has a unique ID even when there are no inputs.
|
boolean |
equals(java.lang.Object p) |
long |
getNonce() |
int |
hashCode() |
java.lang.String |
toString() |
getNonce
public Issue(long nonce)
Allows new obligation states to be issued into existence: the nonce ("number used once") ensures the transaction has a unique ID even when there are no inputs.
public Issue()
Allows new obligation states to be issued into existence: the nonce ("number used once") ensures the transaction has a unique ID even when there are no inputs.
public long getNonce()
public long component1()
public Commands.Issue copy(long nonce)
Allows new obligation states to be issued into existence: the nonce ("number used once") ensures the transaction has a unique ID even when there are no inputs.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)