Returns true when the transaction has no inputs and no outputs.

Synopsis

Declared in <primitives/transaction.h>

bool
IsNull() const;

Return Value

True if both the input and output lists are empty.

Created with MrDocs