sio_core_light library

Classes

Address
BuildTransaction
Class that builds transactions and return OutputTx ready for broadcasting.
Cluster
EthChainId
EthNetworks
EthSign
Mnemonic
Class that manipulates BIP39 English mnemonics.
Networks
SioAssetId
Simplio asset IDs of the native cryptocurrency for each supported network.
Transaction

Constants

prefixToNetworkId → const Map<String, List<int>>

Functions

bigIntToBytes(BigInt number) List<int>
Converts BigInt numbers into list of bytes.
feeCalculator(int inputs, int outputs, BigInt byteFee, int coinType) BigInt

Exceptions / Errors

LowTotalAmountPlusFeeException
Total amount in the address is lower than the amount that is wanted to be sent plus the transaction fee needed to execute this transaction.
NoUtxoAvailableException
Current address has no utxo available.