Skip to content

ValueOp

ratranqu edited this page Apr 7, 2021 · 2 revisions

ValueOp

public struct ValueOp<Node: NodeProtocol>: ProofOperatorProtocol, Codable

Inheritance

Codable, ProofOperatorProtocol

Nested Type Aliases

Hash

public typealias Hash = Node.Hasher.Hash

Key

public typealias Key = Node.Key

Value

public typealias Value = Node.Value

Properties

data

var data: Data?

key

let key: Key

type

var type: String

Methods

run(_:)

public func run(_ data: [Data]) throws -> [Data]