mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
7 lines
119 B
Go
7 lines
119 B
Go
|
package requests
|
||
|
|
||
|
type BuildContact struct {
|
||
|
PublicKey string `json:"publicKey"`
|
||
|
ENSName string `json:"ENSName"`
|
||
|
}
|