2
0
mirror of https://github.com/status-im/status-go.git synced 2025-02-25 05:05:46 +00:00
2023-03-14 16:57:33 +01:00

7 lines
119 B
Go

package requests
type BuildContact struct {
PublicKey string `json:"publicKey"`
ENSName string `json:"ENSName"`
}