Documentation
¶
Index ¶
- func ExtractFailWithError(output string) (ast.Node, error)
- func FormatRFC3339Timestamp(timestamp time.Time) string
- func GenerateKey() (tezos.PrivateKey, error)
- func ParseRFC3339Timestamp(timestamp string) (time.Time, error)
- func ValidateChainID(chainID string) bool
- func ValidateString(regex string, name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractFailWithError ¶
ExtractFailWithError extracts the Micheline value emitted by (FAILWITH) instruction
func FormatRFC3339Timestamp ¶
FormatRFC3339Timestamp format timestamp to RFC3339
func GenerateKey ¶
func GenerateKey() (tezos.PrivateKey, error)
GenerateKey generates a tezos wallet with Ed25519 curve
func ParseRFC3339Timestamp ¶
ParseRFC3339Timestamp parse RFC3339 timestamp
func ValidateChainID ¶
ValidateChainID validate chain_id hash
func ValidateString ¶
ValidateString validates string against regex expression
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.