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

Struct PointerAddress

pointer_address.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type PointerAddress struct {
17 Network Network
18 Payment StakeCredential
19 Stake StakePoint
20}
21
22func VariableNatEncode(n uint64) []byte {
23 o := []byte{byte(n) & 0x7f}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected