commands property

List<Map<String, dynamic>> commands

Returns all transaction commands for the current instance.

Implementation

List<Map<String, dynamic>> get commands {
  throw UnimplementedError('commands is not implemented');
}