| 14 | } |
| 15 | |
| 16 | type PointerAddress struct { |
| 17 | Network Network |
| 18 | Payment StakeCredential |
| 19 | Stake StakePoint |
| 20 | } |
| 21 | |
| 22 | func VariableNatEncode(n uint64) []byte { |
| 23 | o := []byte{byte(n) & 0x7f} |
nothing calls this directly
no outgoing calls
no test coverage detected