IpfsMultibaseCommand class

Constructors

IpfsMultibaseCommand()

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

decode({required String path}) Future<Map<String, dynamic>>
Decode multibase string. /api/v0/multibase/decode
encode({required String path, String? encoding}) Future<Map<String, dynamic>>
Encode data into multibase string. /api/v0/multibase/encode
list({bool? prefix, bool? numeric}) Future<Map<String, dynamic>>
List available multibase encodings. /api/v0/multibase/list
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transcode({required String path, String? encoding}) Future<Map<String, dynamic>>
Transcode multibase string between bases. /api/v0/multibase/transcode

Operators

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