ZcashCompactBlock

public struct ZcashCompactBlock : CompactBlockEntity
extension ZcashCompactBlock: Encodable
extension ZcashCompactBlock: Equatable
extension ZcashCompactBlock: Hashable

A Zcash compact block to store on cache DB

  • Undocumented

    Declaration

    Swift

    public var height: BlockHeight
  • Undocumented

    Declaration

    Swift

    public var data: Data
  • Undocumented

    Declaration

    Swift

    init?(compactBlock: CompactBlock)
  • Declaration

    Swift

    public static func == (lhs: `Self`, rhs: `Self`) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)