com.r3corda.contracts.asset / FungibleAsset / Commands

Commands

interface Commands : CommandData


Types

Exit interface Exit<T> : Commands

A command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way.

Issue interface Issue : IssueCommand, Commands

Allows new asset states to be issued into existence: the nonce ("number used once") ensures the transaction has a unique ID even when there are no inputs.

Move interface Move : MoveCommand, Commands

Inheritors

Exit interface Exit<T> : Commands

A command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way.

Issue interface Issue : IssueCommand, Commands

Allows new asset states to be issued into existence: the nonce ("number used once") ensures the transaction has a unique ID even when there are no inputs.

Move interface Move : MoveCommand, Commands