IpfsFilestoreCommand class

Constructors

IpfsFilestoreCommand()

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

dups() Future<Map<String, dynamic>>
List blocks that are both in the filestore and standard block storage. /api/v0/filestore/dups
ls({String? cid, bool? fileOrder}) Future<Map<String, dynamic>>
List objects in filestore. /api/v0/filestore/ls
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verify({String? cid, bool? fileOrder}) Future<Map<String, dynamic>>
Verify objects in filestore. /api/v0/filestore/verify

Operators

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