Class Uri
Package: io.keychain.core
public class Uri extends java.lang.Object
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.
For informational purposes only, the serialization as of v2.4 looks like one of the below.
-
<protocol>:<genesis block hash in hex>:<transaction hash>:<output index>
-
<protocol>:<transaction hash>:<output index>
-
<transaction hash>:<output index>
Public Constructors
Constructor |
---|
Constructs a |
Constructs a |