@Deprecated
public interface AssetMetadata
AssetMetadata
might be useful
for some applications that, for example, create an application-specific hash graph using the
hash
method.Modifier and Type | Method and Description |
---|---|
byte[] |
hash()
Deprecated.
Returns the hash of the asset record.
|
java.lang.String |
input()
Deprecated.
Returns the json-formatted input dependencies of the asset.
|
java.lang.String |
nonce()
Deprecated.
Returns the nonce of the request that created the asset.
|
byte[] |
prevHash()
Deprecated.
Returns the previous hash of the asset record.
|
java.lang.String nonce()
java.lang.String input()
byte[] hash()
byte[] prevHash()