bitbox library
Classes
-
Account
-
BIP32 account with simple helper methods
-
Address
-
Works with both legacy and cashAddr formats of the address [...]
-
Bitbox
-
-
BitcoinCash
-
Bitcoin Cash specific utilities
-
ECPair
-
Stores a keypair and provides various methods and factories for creating it and working with it
-
HDNode
-
Hierarchically Deterministic node, which can be used to create a
HD wallet
-
Input
-
Container for input data and factories to create them
-
Mnemonic
-
-
Output
-
Container for storing outputs and factories for working with them
-
RawTransactions
-
Utilities for working raw transactions
-
Transaction
-
Container for storing and working with Bitcoin Cash transaction data [...]
-
TransactionBuilder
-
Toolbox for creating a transaction, that can be broadcasted to BCH network. Works only as an instance created
through one of the factories or a constructor
-
Utxo
-
Container for to make it easier to work with Utxos
Functions
-
decode(Uint8List buffer, [ int offset ])
→ int
-
-
encode(int number, [ Uint8List buffer, int offset ])
→ Uint8List
-
-
encodingLength(int number)
→ int
-
-
printHex(String prefix, Uint8List data)
→ dynamic
-
-
readUInt64LE(ByteData bytes, int offset)
→ int
-
-
writeUInt64LE(ByteData bytes, int offset, int value)
→ int
-