IpfsPinCommand class

Constructors

IpfsPinCommand()

Properties

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

Methods

add({required String path, bool? recursive, bool? progress}) Future<Map<String, dynamic>>
Pin objects to local storage. /api/v0/pin/remote/service/add
ls({String? path, String? type, bool? quiet, bool? stream}) Future<Map<String, dynamic>>
List objects pinned to local storage. /api/v0/pin/ls
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rm({required String path, bool? recursive}) Future<Map<String, dynamic>>
Remove object from pin-list. /api/v0/pin/rm
toString() String
A string representation of this object.
inherited
update({required String path, required String newPath, bool? unpin}) Future<Map<String, dynamic>>
Update a recursive pin. /api/v0/pin/update
verify({bool? verbose, bool? quiet}) Future<Map<String, dynamic>>
Verify that recursive pins are complete. /api/v0/pin/verify

Operators

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