MCPcopy Create free account
hub / github.com/Bitrue-exchange/libada-go / String

Method String

pointer_address.go:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (p *PointerAddress) String() string {
61 res, _ := bech32.Encode(p.Prefix(), p.Bytes())
62 return res
63}
64
65func (p *PointerAddress) Kind() AddressKind {
66 return PointerAddressKind

Callers

nothing calls this directly

Calls 3

PrefixMethod · 0.95
BytesMethod · 0.95
EncodeFunction · 0.92

Tested by

no test coverage detected