mirror of
https://github.com/status-im/status-go.git
synced 2025-01-30 16:38:21 +00:00
7 lines
128 B
Go
7 lines
128 B
Go
|
package requests
|
||
|
|
||
|
type MultiformatDeserializePublicKey struct {
|
||
|
Key string `json:"key"`
|
||
|
OutBase string `json:"outBase"`
|
||
|
}
|