go 實現波場(TRX)地址轉換 package mainimport ( "bytes" "crypto/sha256" "encoding/hex" "math/big")// ToHexAddress T ...