GetBlockRequest

public struct GetBlockRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The location of the block that you want to request. 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 name of the ledger.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(blockAddress: ValueHolder, digestTipAddress: ValueHolder? = nil, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws