MCPcopy
hub / github.com/bnb-chain/bsc / MixedcaseAddress

Struct MixedcaseAddress

common/types.go:392–395  ·  view source on GitHub ↗

MixedcaseAddress retains the original string, which may or may not be correctly checksummed

Source from the content-addressed store, hash-verified

390// MixedcaseAddress retains the original string, which may or may not be
391// correctly checksummed
392type MixedcaseAddress struct {
393 addr Address
394 original string
395}
396
397// NewMixedcaseAddress constructor (mainly for testing)
398func NewMixedcaseAddress(addr Address) MixedcaseAddress {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected