msg

package
v1.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2024 License: LGPL-3.0 Imports: 0 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL