class
	SINGLE_TRANSACTION

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

Ancestors
	TRANSACTION*

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

Commands
	execute
	reset_error