We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb040d4 commit 668b612Copy full SHA for 668b612
xrpl/transaction/account_set.go
@@ -155,12 +155,6 @@ func (s *AccountSet) Flatten() FlatTransaction {
155
return flattened
156
}
157
158
-// The domain that owns this account, as a string of hex representing the.
159
-// ASCII for the domain in lowercase.
160
-func Domain(value string) *string {
161
- return &value
162
-}
163
-
164
// An arbitrary 128-bit value. Conventionally, clients treat this as the md5 hash of an email address to use for displaying a Gravatar image.
165
func EmailHash(value types.Hash128) *types.Hash128 {
166
return &value
0 commit comments