diff --git a/Classes.html b/Classes.html index cee263e1..96bd650b 100644 --- a/Classes.html +++ b/Classes.html @@ -234,6 +234,12 @@ + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + WalletMetadataList + +
    +
    +
    +
    +
    +
    +

    Container to store groups of WalletMetadata based on type

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public class WalletMetadataList : Codable, Hashable
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + WalletMetadata + +
    +
    +
    +
    +
    +
    +

    Object to store UI related info about wallets, seperated from the wallet object itself to avoid issues merging together

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public class WalletMetadata : Codable, Hashable
    + +
    +
    +
    +
    +
  • @@ -1963,8 +2019,8 @@

    Declaration

    diff --git a/Classes/BetterCallDevClient.html b/Classes/BetterCallDevClient.html index 1f592ee1..5b31982c 100644 --- a/Classes/BetterCallDevClient.html +++ b/Classes/BetterCallDevClient.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + knownRPCErrorString(rpcStringWithoutLeadingProtocol:with:) + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public static func knownRPCErrorString(rpcStringWithoutLeadingProtocol: String?, with: FailWith?) -> String?
    + +
    +
    +
    +
    +
  • @@ -918,8 +944,8 @@

    Declaration

    diff --git a/Classes/FeeEstimatorService.html b/Classes/FeeEstimatorService.html index bcc0466e..5062f392 100644 --- a/Classes/FeeEstimatorService.html +++ b/Classes/FeeEstimatorService.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + getAddress(forDerivationPath:curve:verify:) + + + Asynchronous + +
    +
    +
    +
    +
    +
    +

    Get a TZ address and public key from the current connected Ledger device

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func getAddress(forDerivationPath derivationPath: String = HD.defaultDerivationPath, curve: EllipticalCurve = .ed25519, verify: Bool) async -> Result<(address: String, publicKey: String), KukaiError>
    + +
    +
    +
    +

    Parameters

    + + + + + + + + + + + + + + + +
    + + forDerivationPath + + +
    +

    Optional. The derivation path to use to extract the address from the underlying HD wallet

    +
    +
    + + curve + + +
    +

    Optional. The EllipticalCurve to use to extract the address

    +
    +
    + + verify + + +
    +

    Whether or not to ask the ledger device to prompt the user to show them what the TZ address should be, to ensure the mobile matches

    +
    +
    +
    +
    +

    Return Value

    +

    An async Result object, allowing code to be triggered via while loops more easily

    +
    +
    +
    +
  • @@ -1363,6 +1440,58 @@

    Declaration

  • +
  • +
    + + + + centralManager(_:didDisconnectPeripheral:error:) + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func centralManager(_ central: CBCentralManager, didDisconnectPeripheral peripheral: CBPeripheral, error: (any Error)?)
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + centralManager(_:didDisconnectPeripheral:timestamp:isReconnecting:error:) + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func centralManager(_ central: CBCentralManager, didDisconnectPeripheral peripheral: CBPeripheral, timestamp: CFAbsoluteTime, isReconnecting: Bool, error: (any Error)?)
    + +
    +
    +
    +
    +
  • @@ -1449,8 +1578,8 @@

    Declaration

    diff --git a/Classes/LedgerService/GeneralErrorCodes.html b/Classes/LedgerService/GeneralErrorCodes.html index 679b95b3..4230d813 100644 --- a/Classes/LedgerService/GeneralErrorCodes.html +++ b/Classes/LedgerService/GeneralErrorCodes.html @@ -238,6 +238,12 @@
  • + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + APP_CLOSED + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    case APP_CLOSED = "6e01"
    + +
    +
    +
    +
    +
  • @@ -1594,8 +1620,8 @@

    Declaration

    diff --git a/Classes/LedgerService/TezosAppErrorCodes.html b/Classes/LedgerService/TezosAppErrorCodes.html index 1ead26ff..3fca6a75 100644 --- a/Classes/LedgerService/TezosAppErrorCodes.html +++ b/Classes/LedgerService/TezosAppErrorCodes.html @@ -238,6 +238,12 @@
  • + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • + +
    +
    +
    +
    +
    +

    Send a HTTP DELETE to a given URL

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func delete(url: URL, completion: @escaping ((Result<Bool, KukaiError>) -> Void))
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + delete(url:) + +
    +
    +
    +
    +
    +
    +

    Send a HTTP DELETE to a given URL

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func delete(url: URL) -> AnyPublisher<Bool, KukaiError>
    + +
    +
    +
    +
    +
  • @@ -1272,8 +1326,8 @@

    Declaration

    diff --git a/Classes/NetworkService/NetworkError.html b/Classes/NetworkService/NetworkError.html index 25d2cb6d..8325f4f6 100644 --- a/Classes/NetworkService/NetworkError.html +++ b/Classes/NetworkService/NetworkError.html @@ -238,6 +238,12 @@ + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -609,7 +615,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + firstlevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was first seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var firstlevel: Decimal
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + lastLevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was last seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var lastLevel: Decimal
    + +
    +
    +
    +
    +
  • @@ -1405,9 +1459,9 @@

    Parameters

  • @@ -1422,7 +1476,7 @@

    Parameters

    Declaration

    Swift

    -
    public init(from: TzKTBalanceToken, andTokenAmount: TokenAmount, stakedTokenAmount: TokenAmount? = nil, unstakedTokenAmount: TokenAmount? = nil)
    +
    public init(from: TzKTBalance, andTokenAmount: TokenAmount, stakedTokenAmount: TokenAmount? = nil, unstakedTokenAmount: TokenAmount? = nil)
    @@ -1705,8 +1759,8 @@

    Declaration

    diff --git a/Classes/Token/TokenType.html b/Classes/Token/TokenType.html index c0798881..19816d6a 100644 --- a/Classes/Token/TokenType.html +++ b/Classes/Token/TokenType.html @@ -238,6 +238,12 @@
  • + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + invalidAddress + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    case invalidAddress
    + +
    +
    +
    +
    +
  • @@ -788,8 +814,8 @@

    Declaration

    diff --git a/Classes/WalletCacheService.html b/Classes/WalletCacheService.html index f6194b57..258695f5 100644 --- a/Classes/WalletCacheService.html +++ b/Classes/WalletCacheService.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - -
  • @@ -862,7 +862,7 @@

    Return Value

    Declaration

    Swift

    -
    public func cacheWatchWallet(metadata: WalletMetadata) throws
    +
    public func cacheWatchWallet(metadata: WalletMetadata) throws
    @@ -989,6 +989,33 @@

    Return Value

  • +
  • + +
    +
    +
    +
    +
    +

    Migrate a LedgerWallet and its children to a new physical device, denoted by a new UUID

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func migrateLedger(metadata: WalletMetadata, toNewUUID: String) -> Bool
    + +
    +
    +
    +
    +
  • @@ -1098,9 +1125,9 @@

    Return Value

  • @@ -1108,14 +1135,14 @@

    Return Value

    -

    Write an ordered array of WalletMetadata to disk, replacing existing file if exists

    +

    Write an ordered array of WalletMetadata to disk, replacing existing file if exists

    Declaration

    Swift

    -
    public func encryptAndWriteMetadataToDisk(_ metadata: WalletMetadataList) -> Bool
    +
    public func encryptAndWriteMetadataToDisk(_ metadata: WalletMetadataList) -> Bool
    @@ -1125,9 +1152,9 @@

    Declaration

  • @@ -1135,14 +1162,14 @@

    Declaration

    -

    Return an ordered array of WalletMetadata if present on disk

    +

    Return an ordered array of WalletMetadata if present on disk

    Declaration

    Swift

    -
    public func readMetadataFromDiskAndDecrypt() -> WalletMetadataList
    +
    public func readMetadataFromDiskAndDecrypt() -> WalletMetadataList
    @@ -1362,8 +1389,8 @@

    Return Value

  • diff --git a/docsets/.docset/Contents/Resources/Documents/Structs/WalletMetadata.html b/Classes/WalletMetadata.html similarity index 89% rename from docsets/.docset/Contents/Resources/Documents/Structs/WalletMetadata.html rename to Classes/WalletMetadata.html index ab0fc2ec..41b8d4d2 100644 --- a/docsets/.docset/Contents/Resources/Documents/Structs/WalletMetadata.html +++ b/Classes/WalletMetadata.html @@ -1,7 +1,7 @@ - WalletMetadata Structure Reference + WalletMetadata Class Reference @@ -13,8 +13,8 @@ - - + +

    Docs (100% documented)

    @@ -30,9 +30,9 @@
    @@ -236,6 +236,12 @@ + + @@ -605,7 +611,7 @@ – defaultMainnetURLs
  • - -
  • - + - address + address
    @@ -758,9 +758,35 @@

    Declaration

  • - + + + derivationPath + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var derivationPath: String?
    + +
    +
    +
    +
    +
  • +
  • +
    @@ -784,9 +810,9 @@

    Declaration

  • @@ -810,9 +836,9 @@

    Declaration

  • @@ -836,9 +862,9 @@

    Declaration

  • @@ -862,9 +888,9 @@

    Declaration

  • @@ -888,9 +914,9 @@

    Declaration

  • @@ -914,9 +940,9 @@

    Declaration

  • @@ -940,9 +966,9 @@

    Declaration

  • - + - type + type
    @@ -966,9 +992,9 @@

    Declaration

  • - + - children + children
    @@ -992,9 +1018,9 @@

    Declaration

  • - + - isChild + isChild
    @@ -1018,9 +1044,9 @@

    Declaration

  • @@ -1044,9 +1070,9 @@

    Declaration

  • @@ -1070,9 +1096,9 @@

    Declaration

  • - + - backedUp + backedUp
    @@ -1096,9 +1122,9 @@

    Declaration

  • @@ -1122,9 +1148,9 @@

    Declaration

  • @@ -1148,9 +1174,9 @@

    Declaration

  • @@ -1174,9 +1200,9 @@

    Declaration

  • @@ -1200,9 +1226,9 @@

    Declaration

  • @@ -1226,9 +1252,9 @@

    Declaration

  • @@ -1252,9 +1278,9 @@

    Declaration

  • @@ -1268,7 +1294,7 @@

    Declaration

    Declaration

    Swift

    -
    public init(address: String, hdWalletGroupName: String?, walletNickname: String? = nil, socialUsername: String? = nil, socialUserId: String? = nil, mainnetDomains: [TezosDomainsReverseRecord]? = nil, ghostnetDomains: [TezosDomainsReverseRecord]? = nil, socialType: TorusAuthProvider? = nil, type: WalletType, children: [WalletMetadata], isChild: Bool, isWatchOnly: Bool, bas58EncodedPublicKey: String, backedUp: Bool)
    +
    public init(address: String, derivationPath: String?, hdWalletGroupName: String?, walletNickname: String? = nil, socialUsername: String? = nil, socialUserId: String? = nil, mainnetDomains: [TezosDomainsReverseRecord]? = nil, ghostnetDomains: [TezosDomainsReverseRecord]? = nil, socialType: TorusAuthProvider? = nil, type: WalletType, children: [WalletMetadata], isChild: Bool, isWatchOnly: Bool, bas58EncodedPublicKey: String, backedUp: Bool)
    @@ -1332,8 +1358,8 @@

    Declaration

    diff --git a/Structs/WalletMetadataList.html b/Classes/WalletMetadataList.html similarity index 86% rename from Structs/WalletMetadataList.html rename to Classes/WalletMetadataList.html index b6123570..a147435b 100644 --- a/Structs/WalletMetadataList.html +++ b/Classes/WalletMetadataList.html @@ -1,7 +1,7 @@ - WalletMetadataList Structure Reference + WalletMetadataList Class Reference @@ -13,8 +13,8 @@ - - + +

    Docs (100% documented)

    @@ -30,9 +30,9 @@
    @@ -236,6 +236,12 @@ + + @@ -605,7 +611,7 @@ – defaultMainnetURLs
  • - -
  • @@ -748,7 +748,7 @@

    WalletMetadataList

    Declaration

    Swift

    -
    public var socialWallets: [WalletMetadata]
    +
    public var socialWallets: [WalletMetadata]
    @@ -758,9 +758,9 @@

    Declaration

  • @@ -774,7 +774,7 @@

    Declaration

    Declaration

    Swift

    -
    public var hdWallets: [WalletMetadata]
    +
    public var hdWallets: [WalletMetadata]
    @@ -784,9 +784,9 @@

    Declaration

  • @@ -800,7 +800,7 @@

    Declaration

    Declaration

    Swift

    -
    public var linearWallets: [WalletMetadata]
    +
    public var linearWallets: [WalletMetadata]
    @@ -810,9 +810,9 @@

    Declaration

  • @@ -826,7 +826,7 @@

    Declaration

    Declaration

    Swift

    -
    public var ledgerWallets: [WalletMetadata]
    +
    public var ledgerWallets: [WalletMetadata]
    @@ -836,9 +836,9 @@

    Declaration

  • @@ -852,7 +852,7 @@

    Declaration

    Declaration

    Swift

    -
    public var watchWallets: [WalletMetadata]
    +
    public var watchWallets: [WalletMetadata]
    @@ -862,9 +862,9 @@

    Declaration

  • @@ -878,7 +878,7 @@

    Declaration

    Declaration

    Swift

    -
    public init(socialWallets: [WalletMetadata], hdWallets: [WalletMetadata], linearWallets: [WalletMetadata], ledgerWallets: [WalletMetadata], watchWallets: [WalletMetadata])
    +
    public init(socialWallets: [WalletMetadata], hdWallets: [WalletMetadata], linearWallets: [WalletMetadata], ledgerWallets: [WalletMetadata], watchWallets: [WalletMetadata])
    @@ -888,9 +888,9 @@

    Declaration

  • @@ -914,9 +914,9 @@

    Declaration

  • @@ -930,7 +930,7 @@

    Declaration

    Declaration

    Swift

    -
    public func firstMetadata() -> WalletMetadata?
    +
    public func firstMetadata() -> WalletMetadata?
    @@ -940,9 +940,9 @@

    Declaration

  • @@ -956,7 +956,7 @@

    Declaration

    Declaration

    Swift

    -
    public func metadata(forAddress address: String) -> WalletMetadata?
    +
    public func metadata(forAddress address: String) -> WalletMetadata?
    @@ -966,9 +966,9 @@

    Declaration

  • @@ -982,7 +982,7 @@

    Declaration

    Declaration

    Swift

    -
    public func parentMetadata(forChildAddress address: String) -> WalletMetadata?
    +
    public func parentMetadata(forChildAddress address: String) -> WalletMetadata?
    @@ -992,9 +992,9 @@

    Declaration

  • @@ -1008,7 +1008,7 @@

    Declaration

    Declaration

    Swift

    -
    public mutating func update(address: String, with newMetadata: WalletMetadata) -> Bool
    +
    public func update(address: String, with newMetadata: WalletMetadata) -> Bool
    @@ -1018,9 +1018,9 @@

    Declaration

  • @@ -1034,7 +1034,7 @@

    Declaration

    Declaration

    Swift

    -
    public mutating func set(mainnetDomain: TezosDomainsReverseRecord?, ghostnetDomain: TezosDomainsReverseRecord?, forAddress address: String) -> Bool
    +
    public func set(mainnetDomain: TezosDomainsReverseRecord?, ghostnetDomain: TezosDomainsReverseRecord?, forAddress address: String) -> Bool
    @@ -1044,9 +1044,9 @@

    Declaration

  • @@ -1060,7 +1060,7 @@

    Declaration

    Declaration

    Swift

    -
    public mutating func set(nickname: String?, forAddress address: String) -> Bool
    +
    public func set(nickname: String?, forAddress address: String) -> Bool
    @@ -1070,9 +1070,9 @@

    Declaration

  • @@ -1086,7 +1086,7 @@

    Declaration

    Declaration

    Swift

    -
    public mutating func set(hdWalletGroupName: String, forAddress address: String) -> Bool
    +
    public func set(hdWalletGroupName: String, forAddress address: String) -> Bool
    @@ -1096,9 +1096,9 @@

    Declaration

  • - + - count() + count()
    @@ -1122,9 +1122,9 @@

    Declaration

  • @@ -1148,9 +1148,61 @@

    Declaration

  • +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func allMetadata(onlySeedBased: Bool = false) -> [WalletMetadata]
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + ==(_:_:) + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public static func == (lhs: WalletMetadataList, rhs: WalletMetadataList) -> Bool
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + hash(into:)
    @@ -1164,7 +1216,7 @@

    Declaration

    Declaration

    Swift

    -
    public func allMetadata(onlySeedBased: Bool = false) -> [WalletMetadata]
    +
    public func hash(into hasher: inout Hasher)
    @@ -1176,8 +1228,8 @@

    Declaration

    diff --git a/Classes/XTZAmount.html b/Classes/XTZAmount.html index 2dfeacfb..d1853d4d 100644 --- a/Classes/XTZAmount.html +++ b/Classes/XTZAmount.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - -
  • -
    - - - - WalletMetadataList - -
    -
    -
    -
    -
    -
    -

    Container to store groups of WalletMetadata based on type

    - - See more -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public struct WalletMetadataList : Codable, Hashable
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - WalletMetadata - -
    -
    -
    -
    -
    -
    -

    Object to store UI related info about wallets, seperated from the wallet object itself to avoid issues merging together

    - - See more -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public struct WalletMetadata : Codable, Hashable
    - -
    -
    -
    -
    -
  • @@ -3359,8 +3303,8 @@

    Declaration

    diff --git a/Structs/Account.html b/Structs/Account.html index 299250a9..077d3c97 100644 --- a/Structs/Account.html +++ b/Structs/Account.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + firstlevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was first seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var firstlevel: Decimal
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + lastLevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was last seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var lastLevel: Decimal
    + +
    +
    +
    +
    +
  • @@ -1320,8 +1374,8 @@

    Declaration

    diff --git a/Structs/NetworkConstants.html b/Structs/NetworkConstants.html index f592c2eb..7c5dd041 100644 --- a/Structs/NetworkConstants.html +++ b/Structs/NetworkConstants.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - -
  • @@ -850,13 +850,13 @@

    Declaration

    Preconfigured struct with all the URL’s needed to work with Tezos testnet

    - See more + See more

    Declaration

    Swift

    -
    public struct defaultTestnetURLs
    +
    public struct defaultGhostnetURLs
    @@ -1371,8 +1371,8 @@

    Parameters

    diff --git a/Structs/TezosNodeClientConfig/ForgingType.html b/Structs/TezosNodeClientConfig/ForgingType.html index 4229dc37..b5c24e7c 100644 --- a/Structs/TezosNodeClientConfig/ForgingType.html +++ b/Structs/TezosNodeClientConfig/ForgingType.html @@ -238,6 +238,12 @@
  • + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - -
  • - - - testnet + + + ghostnet + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    case ghostnet
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + protocolnet
    @@ -776,7 +802,7 @@

    Declaration

    Declaration

    Swift

    -
    case testnet
    +
    case protocolnet
    @@ -788,8 +814,8 @@

    Declaration

    diff --git a/Structs/TezosNodeClientConfig/defaultTestnetURLs.html b/Structs/TezosNodeClientConfig/defaultGhostnetURLs.html similarity index 96% rename from Structs/TezosNodeClientConfig/defaultTestnetURLs.html rename to Structs/TezosNodeClientConfig/defaultGhostnetURLs.html index 5703c14b..e6489d2c 100644 --- a/Structs/TezosNodeClientConfig/defaultTestnetURLs.html +++ b/Structs/TezosNodeClientConfig/defaultGhostnetURLs.html @@ -1,7 +1,7 @@ - defaultTestnetURLs Structure Reference + defaultGhostnetURLs Structure Reference @@ -13,8 +13,8 @@ - - + +

    Docs (100% documented)

    @@ -34,7 +34,7 @@ KukaiCoreSwift.TezosNodeClientConfig - defaultTestnetURLs Structure Reference + defaultGhostnetURLs Structure Reference

    @@ -238,6 +238,12 @@ + + @@ -607,7 +613,7 @@ – defaultMainnetURLs
  • - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + firstLevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was first seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public let firstLevel: Decimal
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + lastLevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was last seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public let lastLevel: Decimal
    + +
    +
    +
    +
    +
  • @@ -894,8 +948,8 @@

    Declaration

    diff --git a/Structs/TzKTBalanceMetadata.html b/Structs/TzKTBalanceMetadata.html index f55c896f..8d7d15f9 100644 --- a/Structs/TzKTBalanceMetadata.html +++ b/Structs/TzKTBalanceMetadata.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - -
  • @@ -1860,7 +1860,7 @@

    Declaration

    Declaration

    Swift

    -
    public static func placeholder(withStatus status: TransactionStatus, id: Decimal, opHash: String, type: TransactionType, counter: Decimal, fromWallet: WalletMetadata, destination: TzKTAddress, xtzAmount: TokenAmount, parameters: [String : String]?, primaryToken: Token?, baker: TzKTAddress?, kind: String?) -> TzKTTransaction
    +
    public static func placeholder(withStatus status: TransactionStatus, id: Decimal, opHash: String, type: TransactionType, counter: Decimal, fromWallet: WalletMetadata, destination: TzKTAddress, xtzAmount: TokenAmount, parameters: [String : String]?, primaryToken: Token?, baker: TzKTAddress?, kind: String?) -> TzKTTransaction
    @@ -1870,9 +1870,9 @@

    Declaration

  • @@ -1887,7 +1887,7 @@

    Declaration

    Declaration

    Swift

    -
    public static func placeholder(withStatus status: TransactionStatus, id: Decimal, opHash: String, type: TransactionType, counter: Decimal, fromWallet: WalletMetadata, newDelegate: TzKTAddress?) -> TzKTTransaction
    +
    public static func placeholder(withStatus status: TransactionStatus, id: Decimal, opHash: String, type: TransactionType, counter: Decimal, fromWallet: WalletMetadata, newDelegate: TzKTAddress?) -> TzKTTransaction
    @@ -2176,8 +2176,8 @@

    Declaration

    diff --git a/Structs/TzKTTransaction/CodingKeys.html b/Structs/TzKTTransaction/CodingKeys.html index 5a6e9a57..08e4e89f 100644 --- a/Structs/TzKTTransaction/CodingKeys.html +++ b/Structs/TzKTTransaction/CodingKeys.html @@ -238,6 +238,12 @@
  • + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + WalletMetadataList + +
    +
    +
    +
    +
    +
    +

    Container to store groups of WalletMetadata based on type

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public class WalletMetadataList : Codable, Hashable
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + WalletMetadata + +
    +
    +
    +
    +
    +
    +

    Object to store UI related info about wallets, seperated from the wallet object itself to avoid issues merging together

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public class WalletMetadata : Codable, Hashable
    + +
    +
    +
    +
    +
  • @@ -1963,8 +2019,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Classes/BetterCallDevClient.html b/docsets/.docset/Contents/Resources/Documents/Classes/BetterCallDevClient.html index 1f592ee1..5b31982c 100644 --- a/docsets/.docset/Contents/Resources/Documents/Classes/BetterCallDevClient.html +++ b/docsets/.docset/Contents/Resources/Documents/Classes/BetterCallDevClient.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • + +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public static func knownRPCErrorString(rpcStringWithoutLeadingProtocol: String?, with: FailWith?) -> String?
    + +
    +
    +
    +
    +
  • @@ -918,8 +944,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Classes/FeeEstimatorService.html b/docsets/.docset/Contents/Resources/Documents/Classes/FeeEstimatorService.html index bcc0466e..5062f392 100644 --- a/docsets/.docset/Contents/Resources/Documents/Classes/FeeEstimatorService.html +++ b/docsets/.docset/Contents/Resources/Documents/Classes/FeeEstimatorService.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + getAddress(forDerivationPath:curve:verify:) + + + Asynchronous + +
    +
    +
    +
    +
    +
    +

    Get a TZ address and public key from the current connected Ledger device

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func getAddress(forDerivationPath derivationPath: String = HD.defaultDerivationPath, curve: EllipticalCurve = .ed25519, verify: Bool) async -> Result<(address: String, publicKey: String), KukaiError>
    + +
    +
    +
    +

    Parameters

    + + + + + + + + + + + + + + + +
    + + forDerivationPath + + +
    +

    Optional. The derivation path to use to extract the address from the underlying HD wallet

    +
    +
    + + curve + + +
    +

    Optional. The EllipticalCurve to use to extract the address

    +
    +
    + + verify + + +
    +

    Whether or not to ask the ledger device to prompt the user to show them what the TZ address should be, to ensure the mobile matches

    +
    +
    +
    +
    +

    Return Value

    +

    An async Result object, allowing code to be triggered via while loops more easily

    +
    +
    +
    +
  • @@ -1363,6 +1440,58 @@

    Declaration

  • +
  • + +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func centralManager(_ central: CBCentralManager, didDisconnectPeripheral peripheral: CBPeripheral, error: (any Error)?)
    + +
    +
    +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func centralManager(_ central: CBCentralManager, didDisconnectPeripheral peripheral: CBPeripheral, timestamp: CFAbsoluteTime, isReconnecting: Bool, error: (any Error)?)
    + +
    +
    +
    +
    +
  • @@ -1449,8 +1578,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Classes/LedgerService/GeneralErrorCodes.html b/docsets/.docset/Contents/Resources/Documents/Classes/LedgerService/GeneralErrorCodes.html index 679b95b3..4230d813 100644 --- a/docsets/.docset/Contents/Resources/Documents/Classes/LedgerService/GeneralErrorCodes.html +++ b/docsets/.docset/Contents/Resources/Documents/Classes/LedgerService/GeneralErrorCodes.html @@ -238,6 +238,12 @@
  • + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + APP_CLOSED + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    case APP_CLOSED = "6e01"
    + +
    +
    +
    +
    +
  • @@ -1594,8 +1620,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Classes/LedgerService/TezosAppErrorCodes.html b/docsets/.docset/Contents/Resources/Documents/Classes/LedgerService/TezosAppErrorCodes.html index 1ead26ff..3fca6a75 100644 --- a/docsets/.docset/Contents/Resources/Documents/Classes/LedgerService/TezosAppErrorCodes.html +++ b/docsets/.docset/Contents/Resources/Documents/Classes/LedgerService/TezosAppErrorCodes.html @@ -238,6 +238,12 @@
  • + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • + +
    +
    +
    +
    +
    +

    Send a HTTP DELETE to a given URL

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func delete(url: URL, completion: @escaping ((Result<Bool, KukaiError>) -> Void))
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + delete(url:) + +
    +
    +
    +
    +
    +
    +

    Send a HTTP DELETE to a given URL

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func delete(url: URL) -> AnyPublisher<Bool, KukaiError>
    + +
    +
    +
    +
    +
  • @@ -1272,8 +1326,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Classes/NetworkService/NetworkError.html b/docsets/.docset/Contents/Resources/Documents/Classes/NetworkService/NetworkError.html index 25d2cb6d..8325f4f6 100644 --- a/docsets/.docset/Contents/Resources/Documents/Classes/NetworkService/NetworkError.html +++ b/docsets/.docset/Contents/Resources/Documents/Classes/NetworkService/NetworkError.html @@ -238,6 +238,12 @@ + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -609,7 +615,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + firstlevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was first seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var firstlevel: Decimal
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + lastLevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was last seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var lastLevel: Decimal
    + +
    +
    +
    +
    +
  • @@ -1405,9 +1459,9 @@

    Parameters

  • @@ -1422,7 +1476,7 @@

    Parameters

    Declaration

    Swift

    -
    public init(from: TzKTBalanceToken, andTokenAmount: TokenAmount, stakedTokenAmount: TokenAmount? = nil, unstakedTokenAmount: TokenAmount? = nil)
    +
    public init(from: TzKTBalance, andTokenAmount: TokenAmount, stakedTokenAmount: TokenAmount? = nil, unstakedTokenAmount: TokenAmount? = nil)
    @@ -1705,8 +1759,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Classes/Token/TokenType.html b/docsets/.docset/Contents/Resources/Documents/Classes/Token/TokenType.html index c0798881..19816d6a 100644 --- a/docsets/.docset/Contents/Resources/Documents/Classes/Token/TokenType.html +++ b/docsets/.docset/Contents/Resources/Documents/Classes/Token/TokenType.html @@ -238,6 +238,12 @@
  • + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + invalidAddress + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    case invalidAddress
    + +
    +
    +
    +
    +
  • @@ -788,8 +814,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Classes/WalletCacheService.html b/docsets/.docset/Contents/Resources/Documents/Classes/WalletCacheService.html index f6194b57..258695f5 100644 --- a/docsets/.docset/Contents/Resources/Documents/Classes/WalletCacheService.html +++ b/docsets/.docset/Contents/Resources/Documents/Classes/WalletCacheService.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - -
  • @@ -862,7 +862,7 @@

    Return Value

    Declaration

    Swift

    -
    public func cacheWatchWallet(metadata: WalletMetadata) throws
    +
    public func cacheWatchWallet(metadata: WalletMetadata) throws
    @@ -989,6 +989,33 @@

    Return Value

  • +
  • + +
    +
    +
    +
    +
    +

    Migrate a LedgerWallet and its children to a new physical device, denoted by a new UUID

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func migrateLedger(metadata: WalletMetadata, toNewUUID: String) -> Bool
    + +
    +
    +
    +
    +
  • @@ -1098,9 +1125,9 @@

    Return Value

  • @@ -1108,14 +1135,14 @@

    Return Value

    -

    Write an ordered array of WalletMetadata to disk, replacing existing file if exists

    +

    Write an ordered array of WalletMetadata to disk, replacing existing file if exists

    Declaration

    Swift

    -
    public func encryptAndWriteMetadataToDisk(_ metadata: WalletMetadataList) -> Bool
    +
    public func encryptAndWriteMetadataToDisk(_ metadata: WalletMetadataList) -> Bool
    @@ -1125,9 +1152,9 @@

    Declaration

  • @@ -1135,14 +1162,14 @@

    Declaration

    -

    Return an ordered array of WalletMetadata if present on disk

    +

    Return an ordered array of WalletMetadata if present on disk

    Declaration

    Swift

    -
    public func readMetadataFromDiskAndDecrypt() -> WalletMetadataList
    +
    public func readMetadataFromDiskAndDecrypt() -> WalletMetadataList
    @@ -1362,8 +1389,8 @@

    Return Value

  • diff --git a/Structs/WalletMetadata.html b/docsets/.docset/Contents/Resources/Documents/Classes/WalletMetadata.html similarity index 89% rename from Structs/WalletMetadata.html rename to docsets/.docset/Contents/Resources/Documents/Classes/WalletMetadata.html index ab0fc2ec..41b8d4d2 100644 --- a/Structs/WalletMetadata.html +++ b/docsets/.docset/Contents/Resources/Documents/Classes/WalletMetadata.html @@ -1,7 +1,7 @@ - WalletMetadata Structure Reference + WalletMetadata Class Reference @@ -13,8 +13,8 @@ - - + +

    Docs (100% documented)

    @@ -30,9 +30,9 @@
    @@ -236,6 +236,12 @@ + + @@ -605,7 +611,7 @@ – defaultMainnetURLs
  • - -
  • - + - address + address
    @@ -758,9 +758,35 @@

    Declaration

  • - + + + derivationPath + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var derivationPath: String?
    + +
    +
    +
    +
    +
  • +
  • +
    @@ -784,9 +810,9 @@

    Declaration

  • @@ -810,9 +836,9 @@

    Declaration

  • @@ -836,9 +862,9 @@

    Declaration

  • @@ -862,9 +888,9 @@

    Declaration

  • @@ -888,9 +914,9 @@

    Declaration

  • @@ -914,9 +940,9 @@

    Declaration

  • @@ -940,9 +966,9 @@

    Declaration

  • - + - type + type
    @@ -966,9 +992,9 @@

    Declaration

  • - + - children + children
    @@ -992,9 +1018,9 @@

    Declaration

  • - + - isChild + isChild
    @@ -1018,9 +1044,9 @@

    Declaration

  • @@ -1044,9 +1070,9 @@

    Declaration

  • @@ -1070,9 +1096,9 @@

    Declaration

  • - + - backedUp + backedUp
    @@ -1096,9 +1122,9 @@

    Declaration

  • @@ -1122,9 +1148,9 @@

    Declaration

  • @@ -1148,9 +1174,9 @@

    Declaration

  • @@ -1174,9 +1200,9 @@

    Declaration

  • @@ -1200,9 +1226,9 @@

    Declaration

  • @@ -1226,9 +1252,9 @@

    Declaration

  • @@ -1252,9 +1278,9 @@

    Declaration

  • @@ -1268,7 +1294,7 @@

    Declaration

    Declaration

    Swift

    -
    public init(address: String, hdWalletGroupName: String?, walletNickname: String? = nil, socialUsername: String? = nil, socialUserId: String? = nil, mainnetDomains: [TezosDomainsReverseRecord]? = nil, ghostnetDomains: [TezosDomainsReverseRecord]? = nil, socialType: TorusAuthProvider? = nil, type: WalletType, children: [WalletMetadata], isChild: Bool, isWatchOnly: Bool, bas58EncodedPublicKey: String, backedUp: Bool)
    +
    public init(address: String, derivationPath: String?, hdWalletGroupName: String?, walletNickname: String? = nil, socialUsername: String? = nil, socialUserId: String? = nil, mainnetDomains: [TezosDomainsReverseRecord]? = nil, ghostnetDomains: [TezosDomainsReverseRecord]? = nil, socialType: TorusAuthProvider? = nil, type: WalletType, children: [WalletMetadata], isChild: Bool, isWatchOnly: Bool, bas58EncodedPublicKey: String, backedUp: Bool)
    @@ -1332,8 +1358,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Structs/WalletMetadataList.html b/docsets/.docset/Contents/Resources/Documents/Classes/WalletMetadataList.html similarity index 86% rename from docsets/.docset/Contents/Resources/Documents/Structs/WalletMetadataList.html rename to docsets/.docset/Contents/Resources/Documents/Classes/WalletMetadataList.html index b6123570..a147435b 100644 --- a/docsets/.docset/Contents/Resources/Documents/Structs/WalletMetadataList.html +++ b/docsets/.docset/Contents/Resources/Documents/Classes/WalletMetadataList.html @@ -1,7 +1,7 @@ - WalletMetadataList Structure Reference + WalletMetadataList Class Reference @@ -13,8 +13,8 @@ - - + +

    Docs (100% documented)

    @@ -30,9 +30,9 @@
    @@ -236,6 +236,12 @@ + + @@ -605,7 +611,7 @@ – defaultMainnetURLs
  • - -
  • @@ -748,7 +748,7 @@

    WalletMetadataList

    Declaration

    Swift

    -
    public var socialWallets: [WalletMetadata]
    +
    public var socialWallets: [WalletMetadata]
    @@ -758,9 +758,9 @@

    Declaration

  • @@ -774,7 +774,7 @@

    Declaration

    Declaration

    Swift

    -
    public var hdWallets: [WalletMetadata]
    +
    public var hdWallets: [WalletMetadata]
    @@ -784,9 +784,9 @@

    Declaration

  • @@ -800,7 +800,7 @@

    Declaration

    Declaration

    Swift

    -
    public var linearWallets: [WalletMetadata]
    +
    public var linearWallets: [WalletMetadata]
    @@ -810,9 +810,9 @@

    Declaration

  • @@ -826,7 +826,7 @@

    Declaration

    Declaration

    Swift

    -
    public var ledgerWallets: [WalletMetadata]
    +
    public var ledgerWallets: [WalletMetadata]
    @@ -836,9 +836,9 @@

    Declaration

  • @@ -852,7 +852,7 @@

    Declaration

    Declaration

    Swift

    -
    public var watchWallets: [WalletMetadata]
    +
    public var watchWallets: [WalletMetadata]
    @@ -862,9 +862,9 @@

    Declaration

  • @@ -878,7 +878,7 @@

    Declaration

    Declaration

    Swift

    -
    public init(socialWallets: [WalletMetadata], hdWallets: [WalletMetadata], linearWallets: [WalletMetadata], ledgerWallets: [WalletMetadata], watchWallets: [WalletMetadata])
    +
    public init(socialWallets: [WalletMetadata], hdWallets: [WalletMetadata], linearWallets: [WalletMetadata], ledgerWallets: [WalletMetadata], watchWallets: [WalletMetadata])
    @@ -888,9 +888,9 @@

    Declaration

  • @@ -914,9 +914,9 @@

    Declaration

  • @@ -930,7 +930,7 @@

    Declaration

    Declaration

    Swift

    -
    public func firstMetadata() -> WalletMetadata?
    +
    public func firstMetadata() -> WalletMetadata?
    @@ -940,9 +940,9 @@

    Declaration

  • @@ -956,7 +956,7 @@

    Declaration

    Declaration

    Swift

    -
    public func metadata(forAddress address: String) -> WalletMetadata?
    +
    public func metadata(forAddress address: String) -> WalletMetadata?
    @@ -966,9 +966,9 @@

    Declaration

  • @@ -982,7 +982,7 @@

    Declaration

    Declaration

    Swift

    -
    public func parentMetadata(forChildAddress address: String) -> WalletMetadata?
    +
    public func parentMetadata(forChildAddress address: String) -> WalletMetadata?
    @@ -992,9 +992,9 @@

    Declaration

  • @@ -1008,7 +1008,7 @@

    Declaration

    Declaration

    Swift

    -
    public mutating func update(address: String, with newMetadata: WalletMetadata) -> Bool
    +
    public func update(address: String, with newMetadata: WalletMetadata) -> Bool
    @@ -1018,9 +1018,9 @@

    Declaration

  • @@ -1034,7 +1034,7 @@

    Declaration

    Declaration

    Swift

    -
    public mutating func set(mainnetDomain: TezosDomainsReverseRecord?, ghostnetDomain: TezosDomainsReverseRecord?, forAddress address: String) -> Bool
    +
    public func set(mainnetDomain: TezosDomainsReverseRecord?, ghostnetDomain: TezosDomainsReverseRecord?, forAddress address: String) -> Bool
    @@ -1044,9 +1044,9 @@

    Declaration

  • @@ -1060,7 +1060,7 @@

    Declaration

    Declaration

    Swift

    -
    public mutating func set(nickname: String?, forAddress address: String) -> Bool
    +
    public func set(nickname: String?, forAddress address: String) -> Bool
    @@ -1070,9 +1070,9 @@

    Declaration

  • @@ -1086,7 +1086,7 @@

    Declaration

    Declaration

    Swift

    -
    public mutating func set(hdWalletGroupName: String, forAddress address: String) -> Bool
    +
    public func set(hdWalletGroupName: String, forAddress address: String) -> Bool
    @@ -1096,9 +1096,9 @@

    Declaration

  • - + - count() + count()
    @@ -1122,9 +1122,9 @@

    Declaration

  • @@ -1148,9 +1148,61 @@

    Declaration

  • +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func allMetadata(onlySeedBased: Bool = false) -> [WalletMetadata]
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + ==(_:_:) + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public static func == (lhs: WalletMetadataList, rhs: WalletMetadataList) -> Bool
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + hash(into:)
    @@ -1164,7 +1216,7 @@

    Declaration

    Declaration

    Swift

    -
    public func allMetadata(onlySeedBased: Bool = false) -> [WalletMetadata]
    +
    public func hash(into hasher: inout Hasher)
    @@ -1176,8 +1228,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Classes/XTZAmount.html b/docsets/.docset/Contents/Resources/Documents/Classes/XTZAmount.html index 2dfeacfb..d1853d4d 100644 --- a/docsets/.docset/Contents/Resources/Documents/Classes/XTZAmount.html +++ b/docsets/.docset/Contents/Resources/Documents/Classes/XTZAmount.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - -
  • -
    - - - - WalletMetadataList - -
    -
    -
    -
    -
    -
    -

    Container to store groups of WalletMetadata based on type

    - - See more -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public struct WalletMetadataList : Codable, Hashable
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - WalletMetadata - -
    -
    -
    -
    -
    -
    -

    Object to store UI related info about wallets, seperated from the wallet object itself to avoid issues merging together

    - - See more -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public struct WalletMetadata : Codable, Hashable
    - -
    -
    -
    -
    -
  • @@ -3359,8 +3303,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Structs/Account.html b/docsets/.docset/Contents/Resources/Documents/Structs/Account.html index 299250a9..077d3c97 100644 --- a/docsets/.docset/Contents/Resources/Documents/Structs/Account.html +++ b/docsets/.docset/Contents/Resources/Documents/Structs/Account.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + firstlevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was first seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var firstlevel: Decimal
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + lastLevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was last seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var lastLevel: Decimal
    + +
    +
    +
    +
    +
  • @@ -1320,8 +1374,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Structs/NetworkConstants.html b/docsets/.docset/Contents/Resources/Documents/Structs/NetworkConstants.html index f592c2eb..7c5dd041 100644 --- a/docsets/.docset/Contents/Resources/Documents/Structs/NetworkConstants.html +++ b/docsets/.docset/Contents/Resources/Documents/Structs/NetworkConstants.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - -
  • @@ -850,13 +850,13 @@

    Declaration

    Preconfigured struct with all the URL’s needed to work with Tezos testnet

    - See more + See more

    Declaration

    Swift

    -
    public struct defaultTestnetURLs
    +
    public struct defaultGhostnetURLs
    @@ -1371,8 +1371,8 @@

    Parameters

    diff --git a/docsets/.docset/Contents/Resources/Documents/Structs/TezosNodeClientConfig/ForgingType.html b/docsets/.docset/Contents/Resources/Documents/Structs/TezosNodeClientConfig/ForgingType.html index 4229dc37..b5c24e7c 100644 --- a/docsets/.docset/Contents/Resources/Documents/Structs/TezosNodeClientConfig/ForgingType.html +++ b/docsets/.docset/Contents/Resources/Documents/Structs/TezosNodeClientConfig/ForgingType.html @@ -238,6 +238,12 @@
  • + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - -
  • - - - testnet + + + ghostnet + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    case ghostnet
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + protocolnet
    @@ -776,7 +802,7 @@

    Declaration

    Declaration

    Swift

    -
    case testnet
    +
    case protocolnet
    @@ -788,8 +814,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Structs/TezosNodeClientConfig/defaultTestnetURLs.html b/docsets/.docset/Contents/Resources/Documents/Structs/TezosNodeClientConfig/defaultGhostnetURLs.html similarity index 96% rename from docsets/.docset/Contents/Resources/Documents/Structs/TezosNodeClientConfig/defaultTestnetURLs.html rename to docsets/.docset/Contents/Resources/Documents/Structs/TezosNodeClientConfig/defaultGhostnetURLs.html index 5703c14b..e6489d2c 100644 --- a/docsets/.docset/Contents/Resources/Documents/Structs/TezosNodeClientConfig/defaultTestnetURLs.html +++ b/docsets/.docset/Contents/Resources/Documents/Structs/TezosNodeClientConfig/defaultGhostnetURLs.html @@ -1,7 +1,7 @@ - defaultTestnetURLs Structure Reference + defaultGhostnetURLs Structure Reference @@ -13,8 +13,8 @@ - - + +

    Docs (100% documented)

    @@ -34,7 +34,7 @@ KukaiCoreSwift.TezosNodeClientConfig - defaultTestnetURLs Structure Reference + defaultGhostnetURLs Structure Reference

    @@ -238,6 +238,12 @@ + + @@ -607,7 +613,7 @@ – defaultMainnetURLs
  • - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - +
  • +
    + + + + firstLevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was first seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public let firstLevel: Decimal
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + lastLevel + +
    +
    +
    +
    +
    +
    +

    The block level where the token was last seen

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public let lastLevel: Decimal
    + +
    +
    +
    +
    +
  • @@ -894,8 +948,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Structs/TzKTBalanceMetadata.html b/docsets/.docset/Contents/Resources/Documents/Structs/TzKTBalanceMetadata.html index f55c896f..8d7d15f9 100644 --- a/docsets/.docset/Contents/Resources/Documents/Structs/TzKTBalanceMetadata.html +++ b/docsets/.docset/Contents/Resources/Documents/Structs/TzKTBalanceMetadata.html @@ -236,6 +236,12 @@
  • + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - -
  • @@ -1860,7 +1860,7 @@

    Declaration

    Declaration

    Swift

    -
    public static func placeholder(withStatus status: TransactionStatus, id: Decimal, opHash: String, type: TransactionType, counter: Decimal, fromWallet: WalletMetadata, destination: TzKTAddress, xtzAmount: TokenAmount, parameters: [String : String]?, primaryToken: Token?, baker: TzKTAddress?, kind: String?) -> TzKTTransaction
    +
    public static func placeholder(withStatus status: TransactionStatus, id: Decimal, opHash: String, type: TransactionType, counter: Decimal, fromWallet: WalletMetadata, destination: TzKTAddress, xtzAmount: TokenAmount, parameters: [String : String]?, primaryToken: Token?, baker: TzKTAddress?, kind: String?) -> TzKTTransaction
    @@ -1870,9 +1870,9 @@

    Declaration

  • @@ -1887,7 +1887,7 @@

    Declaration

    Declaration

    Swift

    -
    public static func placeholder(withStatus status: TransactionStatus, id: Decimal, opHash: String, type: TransactionType, counter: Decimal, fromWallet: WalletMetadata, newDelegate: TzKTAddress?) -> TzKTTransaction
    +
    public static func placeholder(withStatus status: TransactionStatus, id: Decimal, opHash: String, type: TransactionType, counter: Decimal, fromWallet: WalletMetadata, newDelegate: TzKTAddress?) -> TzKTTransaction
    @@ -2176,8 +2176,8 @@

    Declaration

    diff --git a/docsets/.docset/Contents/Resources/Documents/Structs/TzKTTransaction/CodingKeys.html b/docsets/.docset/Contents/Resources/Documents/Structs/TzKTTransaction/CodingKeys.html index 5a6e9a57..08e4e89f 100644 --- a/docsets/.docset/Contents/Resources/Documents/Structs/TzKTTransaction/CodingKeys.html +++ b/docsets/.docset/Contents/Resources/Documents/Structs/TzKTTransaction/CodingKeys.html @@ -238,6 +238,12 @@
  • + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -607,7 +613,7 @@ – defaultMainnetURLs - - + + @@ -605,7 +611,7 @@ – defaultMainnetURLs - - + + @@ -603,7 +609,7 @@ – defaultMainnetURLs - - + + @@ -600,7 +606,7 @@ – defaultMainnetURLs - - + + @@ -600,7 +606,7 @@ – defaultMainnetURLs - -