IpfsNameCommand class

Constructors

IpfsNameCommand()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish({required String path, bool? resolve, String? lifetime, bool? alllowOffline, String? ttl, String? key, bool? quieter, String? ipnsBase}) Future<Map<String, dynamic>>
Publish IPNS names. /api/v0/name/publish
resolve({String? name, bool? recursive, bool? noCache, int? dhtRecordCount, String? dhtTimeout, bool? stream}) Future<Map<String, dynamic>>
Resolve IPNS names. /api/v0/name/resolve
toString() String
A string representation of this object.
inherited

Operators

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