Skip to content

Commit

Permalink
release: 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leckey <ryan@launchbadge.com>
  • Loading branch information
mehcode committed Sep 13, 2022
1 parent 1931014 commit 8c28e71
Show file tree
Hide file tree
Showing 26 changed files with 417 additions and 69 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Binary file modified CHedera.xcframework/ios-arm64/libhedera.a
Binary file not shown.
Binary file modified CHedera.xcframework/ios-x86_64-simulator/libhedera.a
Binary file not shown.
Binary file modified CHedera.xcframework/macos-arm64/libhedera.a
Binary file not shown.
Binary file modified CHedera.xcframework/macos-x86_64/libhedera.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Examples/DeleteAccount/main.swift
3 changes: 2 additions & 1 deletion Package.swift
23 changes: 8 additions & 15 deletions README.md
4 changes: 2 additions & 2 deletions Sources/Hedera/AccountAllowanceApproveTransaction.swift
3 changes: 1 addition & 2 deletions Sources/Hedera/AccountBalance.swift
8 changes: 3 additions & 5 deletions Sources/Hedera/AccountBalanceQuery.swift
7 changes: 3 additions & 4 deletions Sources/Hedera/AccountCreateTransaction.swift
10 changes: 5 additions & 5 deletions Sources/Hedera/AccountDeleteTransaction.swift
17 changes: 10 additions & 7 deletions Sources/Hedera/AccountInfo.swift
10 changes: 5 additions & 5 deletions Sources/Hedera/AccountUpdateTransaction.swift
6 changes: 3 additions & 3 deletions Sources/Hedera/ContractCreateTransaction.swift
6 changes: 3 additions & 3 deletions Sources/Hedera/ContractExecuteTransaction.swift
5 changes: 2 additions & 3 deletions Sources/Hedera/ContractFunctionResult.swift
3 changes: 1 addition & 2 deletions Sources/Hedera/ContractInfo.swift
98 changes: 98 additions & 0 deletions Sources/Hedera/EthereumTransaction.swift
122 changes: 122 additions & 0 deletions Sources/Hedera/Hbar.swift
76 changes: 76 additions & 0 deletions Sources/Hedera/LedgerId.swift
6 changes: 3 additions & 3 deletions Sources/Hedera/PaymentTransaction.swift
9 changes: 3 additions & 6 deletions Sources/Hedera/Query.swift
62 changes: 62 additions & 0 deletions Sources/Hedera/StakingInfo.swift
4 changes: 2 additions & 2 deletions Sources/Hedera/TransactionRecord.swift

0 comments on commit 8c28e71

Please sign in to comment.