Skip to main content

Module address

Module address 

Source
Expand description

Bitcoin address type with Base58Check encoding/decoding.

Supports mainnet (prefix 0x00) and testnet (prefix 0x6f) addresses. Translates the Go SDK address.go.

Structsยง

Address
A Bitcoin address derived from a public key hash (P2PKH).