IpfsCidCommand class

Constructors

IpfsCidCommand()

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

base32({required String cid}) Future<Map<String, dynamic>>
Convert CIDs to Base32 CID version 1. /api/v0/cid/base32
bases({bool? prefix, bool? numeric}) Future<Map<String, dynamic>>
List available multibase encodings. /api/v0/cid/bases Optional arguments:
codecs({bool? numeric, bool? supported}) Future<Map<String, dynamic>>
List available CID multicodecs. /api/v0/cid/codecs
format({required String cid, String? formatString, String? version, String? multicodec, String? multibase}) Future<Map<String, dynamic>>
Format and convert a CID in various useful ways. /api/v0/cid/format
hashes({bool? numeric, bool? supported}) Future<Map<String, dynamic>>
List available multihashes. /api/v0/cid/hashes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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