Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CreatePersonaMessageName = "create-persona"
Functions ¶
This section is empty.
Types ¶
type AuthorizePersonaAddress ¶
type AuthorizePersonaAddress struct {
Address string `json:"address"`
}
type AuthorizePersonaAddressResult ¶
type AuthorizePersonaAddressResult struct {
Success bool `json:"success"`
}
type CreatePersona ¶
type CreatePersona struct { PersonaTag string `json:"personaTag"` SignerAddress string `json:"signerAddress"` }
CreatePersona allows for the associating of a persona tag with a signer address.
type CreatePersonaResult ¶
type CreatePersonaResult struct {
Success bool `json:"success"`
}
Click to show internal directories.
Click to hide internal directories.