Releases: hienbui9999/CasperSDKInSwift
Releases · hienbui9999/CasperSDKInSwift
Casper SDK in Swift v1.0.1
Casper SDK in Swift v1.0.1
This package provides the following RPC methods for Casper
- chain_get_state_root_hash
- info_get_peers
- info_get_deploy
- info_get_status
- chain_get_block_transfers
- chain_get_block
- chain_get_era_info_by_switch_block
- state_get_item
- state_get_dictionary_item
- state_get_balance
- state_get_auction_info
- account_put_deploy
This package aslo provides Crypto functions for Ed25519 and Secp256k1 with the following Crypto functions:
- Public/Private Key generation
- Read Public/Private Key from Pem file
- Write Public/Private Key to Pem file
- Sign message with Ed25519 or Secp256k1 Crypto
- Verify message encrypted with Ed25519 or Secp256k1 Crypto
These crypto functions support the account_put_deploy RPC method call
Casper SDK in Swift v1.0.0
Casper SDK in Swift v1.0.0
This package provides the following RPC methods for Casper
- chain_get_state_root_hash
- info_get_peers
- info_get_deploy
- info_get_status
- chain_get_block_transfers
- chain_get_block
- chain_get_era_info_by_switch_block
- state_get_item
- state_get_dictionary_item
- state_get_balance
- state_get_auction_info
- account_put_deploy
This package aslo provides Crypto functions for Ed25519 and Secp256k1 with the following Crypto functions:
- Public/Private Key generation
- Read Public/Private Key from Pem file
- Write Public/Private Key to Pem file
- Sign message with Ed25519 or Secp256k1 Crypto
- Verify message encrypted with Ed25519 or Secp256k1 Crypto
These crypto functions support the account_put_deploy RPC method call