Skip to content

SimpleProof

ratranqu edited this page Jan 28, 2021 · 2 revisions

SimpleProof

public struct SimpleProof<Hash: HashType>: Codable, CustomStringConvertible

Inheritance

Codable, CustomStringConvertible

Initializers

init(total:index:leafHash:aunts:)

public init(total: Int, index: Int, leafHash: Hash, aunts: [Hash]) throws

Properties

description

var description: String

Clone this wiki locally