AuthorityPublicApi class

Inheritance

Constructors

AuthorityPublicApi(ApiConfig config)

Properties

baseUrl String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String path, {Map<String, String>? customHeaders}) Future<Response>
inherited
getAuth(String path, PrivateKey withPrivateKey) Future<Response>
inherited
getPublicBlob(ContentId contentId) Future
getRequestStatus(CapabilityLink capabilityLink) Future<RequestStatus?>
listProcesses() Future<List<ContentId>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String path, String body, {Map<String, String>? customHeaders}) Future<Response>
inherited
postAuth(String path, String content, PrivateKey withPrivateKey) Future<Response>
inherited
sendRequest(Signed<WitnessRequest> witnessRequest) Future<CapabilityLink>
toString() String
A string representation of this object.
inherited

Operators

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