IpfsCmdsSubcommand class

Constructors

IpfsCmdsSubcommand()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Future<Map<String, dynamic>>
Clear inactive requests from the log. /api/v0/diag/cmds/clear
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
self({bool? verbose}) Future<Map<String, dynamic>>
List commands run on this IPFS node. /api/v0/diag/cmds
setTime({required String time}) Future<Map<String, dynamic>>
Set how long to keep inactive requests in the log. /api/v0/diag/cmds/set-time
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited