Skip to content

support segwit constants #25

@fanatid

Description

@fanatid

new structure versions (base58 prefixes)
for bitcoin mainnet:

{
  address: {
    p2pkh: 0x00,
    p2sh: 0x05,
    p2wpkh: 0x06,
    p2wsh: 0x0a
  },
  privateKey: {
    compressed: 0x80,
    uncompressed: 0x80
  },
  bip32: {
    private: 0x0488ade4,
    public: 0x0488b21e
  },
  bip44: 0x00
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions