True if okay to consolidate over this coin; false, otherwise
Convert a currency amount represented in base units (satoshi, wei, atoms, drops, stroops) to big units (btc, eth, rmg, xrp, xlm)
Convert a currency amount represented in big units (btc, eth, rmg, xrp, xlm) to base units (satoshi, wei, atoms, drops, stroops)
Throws an error if any keys in the ownerKeys collection don't match the keys array we pass
The cold wallet tool uses this function to derive an extended key that is based on the passed key and seed
Explain a Tron transaction from txHex
Fetch fee estimate information from the server
The params passed into the function
The info returned from the merchant server
Generate ed25519 key pair
object with generated pub, prv
Get extra parameters for prebuilding a tx. Add things like hop transaction params
Checks if this is a valid base58 or hex address
Checks if this is a valid hex address
hex address
Return wether the given m of n wallet signers/ key amounts are valid for the coin
Return boolean indicating whether input is valid seed for the coin
the prv to be checked
Specifies what key we will need for signing - right now we just need the user key.
Create a new wallet object from a wallet data object
Modify prebuild after receiving it from the server. Add things like nlocktime
Perform additional checks before adding a bitgo key. Base controller is a no-op, but coin-specific controller may do something
Coin-specific things done before signing a transaction, i.e. verification
Builds a funds recovery transaction without BitGo. We need to do three queries during this:
1) Node query - how much money is in the account 2) Build transaction - build our transaction for the amount 3) Send signed build - send our signed build to a public node
Sign message with private key
Assemble keychain and half-sign prebuilt transaction
Bluebird
Hook to add additional parameters to the wallet generation
Check whether a coin supports blockTarget for transactions to be included in
Convert a message to string in hexadecimal format.
message to sign
the message as a hexadecimal string
Flag for sending data along with transactions
True if okay to send tx data (ETH), false otherwise
Flag for sending value of 0
True if okay to send 0 value, false otherwise
Converts an xpub to a compressed pub
Generated using TypeDoc
Flag for determining whether this coin supports account consolidations from its receive addresses to the root address.