MixedcaseAddress retains the original string, which may or may not be correctly checksummed
| 390 | // MixedcaseAddress retains the original string, which may or may not be |
| 391 | // correctly checksummed |
| 392 | type MixedcaseAddress struct { |
| 393 | addr Address |
| 394 | original string |
| 395 | } |
| 396 | |
| 397 | // NewMixedcaseAddress constructor (mainly for testing) |
| 398 | func NewMixedcaseAddress(addr Address) MixedcaseAddress { |
nothing calls this directly
no outgoing calls
no test coverage detected