Class Uri

Package: keychain.core.uri

Inheritance: Uri

Description

Uri is a location on a blockchain where the Gateway can find certificates for pairing. Its serialization format may change over library versions, so regard this as an opaque object.

Since: v2.0

Public Constructors

Constructor

Uri(uri_string: str)

Creates a Uri given its string representation (the output of string dunder method).

This constructor can raise BadUriConstructorParameter in v2.4 of the wrapper