Documentation
¶
Index ¶
- func GetTxDigest(txBytesB64 string) (string, error)
- func GetTxDigestFromBytes(txBytes []byte) (string, error)
- func IsFieldNonEmpty(v interface{}, fieldName string) bool
- func IsValidSuiAddress(addr models.SuiAddress) bool
- func NormalizeSuiAddress(input string) models.SuiAddress
- func PrettyPrint(v interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTxDigest ¶ added in v1.0.6
GetTxDigest get transaction digest from tx bytes in base64
func GetTxDigestFromBytes ¶ added in v1.0.6
GetTxDigestFromBytes get transaction digest from tx bytes
func IsFieldNonEmpty ¶ added in v1.0.4
func IsValidSuiAddress ¶ added in v1.0.7
func IsValidSuiAddress(addr models.SuiAddress) bool
func NormalizeSuiAddress ¶ added in v1.0.7
func NormalizeSuiAddress(input string) models.SuiAddress
func PrettyPrint ¶
func PrettyPrint(v interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.