Skip to content

GetSigchainResponse ​

data class GetSigchainResponse(val sigchainHash: String, val position: Int)

Represents the results of a call to SealdSDK.getSigchainHash.

Constructors ​

GetSigchainResponseconstructor(sigchainHash: String, position: Int)

Properties ​

NameSummary
positionval position: Int
The position in the sigchain of the returned hash.
sigchainHashval sigchainHash: String