class
	SINGLE_TRANSACTION

General
	cluster: net.transfer.transactions
	description: "Transactions consisting out of a single transfer"
	create: make

Ancestors
	TRANSACTION

Queries
	Count: INTEGER
	error: BOOLEAN
	is_correct: BOOLEAN
	source: DATA_RESOURCE
	succeeded: BOOLEAN
	target: DATA_RESOURCE

Commands
	execute
	reset_error