github.com/kotalco/kotal@v0.3.0/apis/shared/types.go (about)

     1  package shared
     2  
     3  // EthereumAddress is ethereum address
     4  // +kubebuilder:validation:Pattern="^0[xX][0-9a-fA-F]{40}$"
     5  type EthereumAddress string