BlockTemplate

public struct BlockTemplate : Decodable

Block template returned by the server.

  • Block template header returned by the server.

    Declaration

    Swift

    public var header: BlockTemplateHeader
  • Hex-encoded interlink.

    Declaration

    Swift

    public var interlink: String
  • Block template body returned by the server.

    Declaration

    Swift

    public var body: BlockTemplateBody
  • Compact form of the hash target to submit a block to this client.

    Declaration

    Swift

    public var target: Int