GetBlockResponse
public struct GetBlockResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The block data object in Amazon Ion format.
Declaration
Swift
public let block: ValueHolder
-
The proof object in Amazon Ion format returned by a GetBlock request. A proof contains the list of hash values required to recalculate the specified digest using a Merkle tree, starting with the specified block.
Declaration
Swift
public let proof: ValueHolder?
-
Undocumented
Declaration
Swift
public init(block: ValueHolder, proof: ValueHolder? = nil)