Versions in this module Expand all Collapse all v0 v0.1.17 Jan 2, 2022 Changes in this version + func AddressToPubkey(address string) (pubkey []byte, err error) + func PubkeyToAddress(pubkey []byte) (address string, err error) + type NanoAmount struct + Raw *big.Int + func NanoAmountFromString(s string) (n NanoAmount, err error) + func (n NanoAmount) String() string v0.1.17-alpha Jan 2, 2022