TestHasher - CosmosSwift/swift-coin GitHub Wiki

TestHasher

public struct TestHasher: HasherProtocol

Inheritance

HasherProtocol

Nested Type Aliases

Coder

public typealias Coder = TestWire

Hash

public typealias Hash = Foundation.Data

Initializers

init?(bytes:)

public init?<Data>(bytes: Data) where Data: DataProtocol

Properties

hash

var hash: Hash

Methods

hash(_:)

public static func hash<Data>(_ value: Data) -> Hash where Data: DataProtocol
⚠️ **GitHub.com Fallback** ⚠️