GetRevisionRequest
public struct GetRevisionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The block location of the document revision to be verified. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo. For example: {strandId:“BlFTjlSXze9BIh1KOszcE3”,sequenceNo:14}
Declaration
Swift
public let blockAddress: ValueHolder
-
The latest block location covered by the digest for which to request a proof. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo. For example: {strandId:“BlFTjlSXze9BIh1KOszcE3”,sequenceNo:49}
Declaration
Swift
public let digestTipAddress: ValueHolder?
-
The unique ID of the document to be verified.
Declaration
Swift
public let documentId: String
-
The name of the ledger.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(blockAddress: ValueHolder, digestTipAddress: ValueHolder? = nil, documentId: String, name: String)
-
Declaration
Swift
public func validate(name: String) throws