This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Replies: 1 comment
-
ethTyp := typToEth(fieldType)
if len(ethTyp) > 0 {
if isCollection {
ethTyp += "[]"
}
// ...
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ethermint/ethereum/eip712/eip712.go
Lines 326 to 354 in 1a5b64d
Beta Was this translation helpful? Give feedback.
All reactions