package
0.0.0-20191201205449-f379a713d0c2
Repository: https://github.com/rjected/lit.git
Documentation: pkg.go.dev

# Functions

BigToCompact converts a whole number N to a compact representation using an unsigned 32-bit number.
CompactToBig converts a compact representation of a whole number N to an unsigned 32-bit number.
HDPrivateKeyToPublicKeyID accepts a private hierarchical deterministic extended key id and returns the associated public key id.
IsPubKeyHashAddrID returns whether the id is an identifier known to prefix a pay-to-pubkey-hash address on any default or registered network.
IsScriptHashAddrID returns whether the id is an identifier known to prefix a pay-to-script-hash address on any default or registered network.
PrefixToCoinType returns the HDCoinType for a params set given the bech32 prefix.
Register registers the network parameters for a Bitcoin network.

# Variables

BC2NetParams are the parameters for the BC2 test network.
MainNetParams defines the network parameters for the main Bitcoin network.
regTestGenesisBlock defines the genesis block of the block chain which serves as the public transaction ledger for the regression test network.
No description provided by the author
No description provided by the author
No description provided by the author
DummyUsdNetParams for DummyUsd fork defines the network parameters for the DummyUsd network.
ErrDuplicateNet describes an error where the parameters for a Bitcoin network could not be set due to the network already being a standard network or previously-registered into this package.
ErrUnknownHDKeyID describes an error where the provided id which is intended to identify the network for a hierarchical deterministic private extended key is not registered.
ErrUnknownPrefix describes and error where the provided prefix string isn't found associated with a parameter set / HDCoinType.
LiteCoinTestNet4Params are the parameters for the litecoin test network 4.
LiteCoinTestNet4Params are the parameters for the litecoin test network 4.
RegisteredNets is the chains that Lit can support, by indexed cointype ID.
RegressionNetParams defines the network parameters for the regression test Bitcoin network.
TestNet3Params defines the network parameters for the test Bitcoin network (version 3).
No description provided by the author
VertcoinNetGenesisHash.
No description provided by the author
No description provided by the author
No description provided by the author
VertcoinRegTestnetGenesisHash.
No description provided by the author
No description provided by the author
No description provided by the author
VertcoinTestNetGenesisHash.
No description provided by the author
No description provided by the author

# Structs

Checkpoint identifies a known good point in the block chain.
Params defines a Bitcoin network by its parameters.