DerivablePath - p2p-org/solana-swift GitHub Wiki
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