eosio-swift
eosio-swift copied to clipboard
EOSIO SDK for Swift - API for integrating with EOSIO-based blockchains
Sorry to bother you, I would like to ask if the signatures parameter in the `push_transaction` request can be calculated locally through this library. I referred to the writing in...
We receive an error "Error happened on calling serializeTransaction" Smart contract is OK. If we upload with EOSIO 2.1 and cleos 2.1 eosjs works great but iOS SDK fails.
Hello, I got 404 error when transferring token to others. The error is "Invalid HTTP response (404) for https://eos.greymass.com/v1/chain/get_block_info." The same code works under Jungle 3 Test Net (https://jungle3.cryptolions.io:443). May...
The key returned by `toEosioK1PrivateKey` is in the legacy (WIF) format, while the actual `PVT_K1` keys as for example `PVT_K1_2QiGfgPuTfYxupXz4vAPGgeC3fCp2AJV23Lxxuuv6xxbUgND51` are not supported. https://github.com/EOSIO/eosio-swift/blob/06a42e991bf55b68104292338d2796e3580d8be0/EosioSwift/Extensions/EosioKeySignatureExtensions.swift#L116-L118 `Data(eosioPrivateKey:)` fails when trying to initialize...
Node History APIs are expensive to run. For that reason, that API is not supported by many nodes. Others are coming out with alternative means of getting chain history information....
https://github.com/EOSIO/eosio-swift/pull/233 This extends on a previous issue that was resolved by the above PR. We should be checking if dictionaries meet the requirements for serialization using JSONSerialization using `isValidJSONObject` to...
how should I import owner?
When rekeying a permission on an EOSIO account, an `updateauth` action must be issued. Newcomers often make the mistake of thinking that an `updateauth` will add a given key to...
Make Transaction properties immutable once signatures are present