IpfsBootstrapCommand class

Constructors

IpfsBootstrapCommand()

Properties

add IpfsBootstrapAddSubcommand
Add peers to the bootstrap list.
final
hashCode int
The hash code for this object.
no setterinherited
rm IpfsBootstrapRmSubcommand
Remove peers from the bootstrap list.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

list() Future<Map<String, dynamic>>
Show peers in the bootstrap list. /api/v0/bootstrap/list
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
self() Future<Map<String, dynamic>>
Show or edit the list of bootstrap peers. /api/v0/bootstrap
toString() String
A string representation of this object.
inherited

Operators

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