Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccessNode ¶
func GetAccessNode() string
func HandleMintRequest ¶
func HandleMintRequest(w http.ResponseWriter, r *http.Request)
Types ¶
type Envelope ¶
type Envelope struct {
SignedMessage SignedMessage `json:"signedMessage"`
}
type SignedMessage ¶
type SignedMessage struct { Address string `json:"address"` Message string `json:"message"` KeyIndicies []int `json:"keyIndices"` Signatures []string `json:"signatures"` }
func (*SignedMessage) ToCadenceValues ¶
func (s *SignedMessage) ToCadenceValues() ([]cadence.Value, error)
func (*SignedMessage) VerifySignature ¶
Click to show internal directories.
Click to hide internal directories.