interface Issue : CommandsAllows 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.
| nonce |
abstract val nonce: Long |
| Issue |
data class Issue : IssueAllows new cash states to be issued into existence: the nonce ("number used once") ensures the transaction has a unique ID even when there are no inputs. |