Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
 - func AddPrefix(input string) string
 - func DecodeToAddress(input string) (crypto.Address, error)
 - func DecodeToBigInt(input string) (*big.Int, error)
 - func DecodeToBytes(input string) ([]byte, error)
 - func DecodeToNumber(i string) (uint64, error)
 - func EncodeBytes(data []byte) string
 - func EncodeNumber(i uint64) string
 - func RemovePrefix(input string) string
 
Constants ¶
      View Source
      
  
const (
	HexPrefix = `0x`
)
    Variables ¶
This section is empty.
Functions ¶
func DecodeToBytes ¶
func DecodeToNumber ¶
func EncodeBytes ¶
func EncodeNumber ¶
func RemovePrefix ¶
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.