Versions in this module Expand all Collapse all v0 v0.1.0 Sep 21, 2019 Changes in this version + const JRPC_Version + func CanonicalizeFilePath(path string) string + func CanonicalizePath(path string) string + func ComparePBTimestamp(t1 *google_protobuf.Timestamp, t2 *google_protobuf.Timestamp) int + func ConvertPBTimestamp(t *google_protobuf.Timestamp) time.Time + func CreatePBTimestamp(t time.Time) *google_protobuf.Timestamp + func DoubleSHA256(data []byte) ([]byte, error) + func HMACSHA256(data []byte, seed []byte) ([]byte, error) + func JRPCError(err error, data interface{}) *errorResponse + func JRPCErrorF(code int, message string, data interface{}) *errorResponse + func JRPCSuccess(data interface{}) *successResponse + func SHA256RIPEMD160(data []byte) ([]byte, error)