AnyDecodable - p2p-org/solana-swift GitHub Wiki

AnyDecodable

@frozen public struct AnyDecodable: Decodable 

Inheritance

CustomDebugStringConvertible, CustomStringConvertible, Decodable, Equatable, Hashable

Initializers

init(_:)

public init<T>(_ value: T?) 

Properties

value

public let value: Any

description

public var description: String 

debugDescription

public var debugDescription: String 

Methods

hash(into:)

public func hash(into hasher: inout Hasher) 

Operators

==

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