GetDigestResponse
public struct GetDigestResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The 256-bit hash value representing the digest returned by a GetDigest request.
Declaration
Swift
public let digest: Data
-
The latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.
Declaration
Swift
public let digestTipAddress: ValueHolder
-
Undocumented
Declaration
Swift
public init(digest: Data, digestTipAddress: ValueHolder)