StoreKey - CosmosSwift/swift-coin GitHub Wiki

StoreKey

public class StoreKey: Hashable, CustomStringConvertible

Inheritance

CustomStringConvertible, Hashable

Properties

name

let name: String

description

var description: String

Methods

hash(into:)

public func hash(into hasher: inout Hasher)

==(lhs:rhs:)

public static func ==(lhs: StoreKey, rhs: StoreKey) -> Bool