Documentation
¶
Index ¶
- Constants
- func ToBech32AddressP2WSH(hrp string, p2wshBytes []byte) (string, error)
- func ValidSize(keyIDData []byte) bool
- type KeyID
- func (k KeyID) GetKeyIDData() ([]byte, error)
- func (k KeyID) Pack(writer io.Writer) error
- func (k *KeyID) SetKeyIDData(keyIDBytes []byte) error
- func (k KeyID) ToBase58Address(version byte) (string, error)
- func (k KeyID) ToBech32AddressP2WPKH(hrp string) (string, error)
- func (k *KeyID) UnPack(reader io.Reader) error
Constants ¶
View Source
const (
KEY_ID_SIZE = 20
)
Variables ¶
This section is empty.
Functions ¶
func ToBech32AddressP2WSH ¶
Types ¶
type KeyID ¶
type KeyID struct {
// contains filtered or unexported fields
}
func (KeyID) GetKeyIDData ¶
func (*KeyID) SetKeyIDData ¶
func (KeyID) ToBech32AddressP2WPKH ¶
Click to show internal directories.
Click to hide internal directories.