public static class Commands.Exit implements Cash.Commands, Commands.Exit<T>
A command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way.
Commands.Exit, Commands.Issue, Commands.Move
Constructor and Description |
---|
Exit(Amount<net.corda.core.contracts.Issued> amount)
A command stating that money has been withdrawn from the shared ledger and is now accounted for
in some other way.
|
Modifier and Type | Method and Description |
---|---|
Amount<net.corda.core.contracts.Issued> |
component1() |
Commands.Exit |
copy(Amount<net.corda.core.contracts.Issued> amount)
A command stating that money has been withdrawn from the shared ledger and is now accounted for
in some other way.
|
boolean |
equals(java.lang.Object p) |
Amount<net.corda.core.contracts.Issued> |
getAmount() |
int |
hashCode() |
java.lang.String |
toString() |
getAmount
public Exit(Amount<net.corda.core.contracts.Issued> amount)
A command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way.
public Amount<net.corda.core.contracts.Issued> getAmount()
public Amount<net.corda.core.contracts.Issued> component1()
public Commands.Exit copy(Amount<net.corda.core.contracts.Issued> amount)
A command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)