Documentation ¶
Index ¶
- func SignBase64Txn(secretKey string, base64Txn string, networkPassPhrase string) (string, error)
- func SignHttp(fullPathWithQuery string, body string, secretKey string) (string, error)
- func SignString(toSign string, secretKey string) (string, error)
- func VerifyHttpSignature(fullPathWithQuery string, body string, base64Signature string, ...) error
- func VerifySignatureString(toSign string, base64Signature string, publicKey string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SignBase64Txn ¶
SignBase64Txn signs the transaction hash from base64Txn string using the secret key
func SignString ¶
SignString returns a signed base64 encoded string of toSign
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.