Class Uri
-
java.lang.Object
-
io.keychain.core.Uri
-
public class Uri
Uri
Uri
is a link to a location on a blockchain with the following form depending on whether the context is clear:
-
<protocol>:<genesis block hash in hex>:<transaction hash>:<output index>`
, -
<protocol>:<transaction hash>:<output index>`
, or -
<transaction hash>:<output index>`
A blockchain URI is usually used during the pairing process.
Method Summary
Return Type | Method and Description |
---|---|
|
Get the blockchain transaction hash |
|
Get the transaction output index |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait |