We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffda11c commit d1d726cCopy full SHA for d1d726c
binary-codec/types/hash256.go
@@ -1,4 +1,5 @@
1
// Package types contains data structures for binary codec operations.
2
+// revive:disable:var-naming
3
package types
4
5
// Hash256 struct represents a 256-bit hash.
xrpl/wallet/types/errors.go
@@ -1,3 +1,5 @@
+// Package types contains data structures for wallet operations and batch signing.
import "errors"
0 commit comments