Skip to content

DerivablePath

bigearsenal edited this page May 17, 2022 · 1 revision

DerivablePath

public struct DerivablePath: Hashable, Codable 

Inheritance

Codable, Hashable

Initializers

init(type:walletIndex:accountIndex:)

public init(type: DerivablePath.DerivableType, walletIndex: Int, accountIndex: Int? = nil) 

Properties

type

public let type: DerivableType

walletIndex

public let walletIndex: Int

accountIndex

public let accountIndex: Int?

`default`

public static var `default`: Self 

rawValue

public var rawValue: String 
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally