BlockchainHead

public struct BlockchainHead : Codable

Structure representing the HEAD of the blockchain

  • The current protocol version string

    Declaration

    Swift

    public let `protocol`: String
  • The current chainID being used

    Declaration

    Swift

    public let chainID: String
  • The current hash or branch being used

    Declaration

    Swift

    public let hash: String