Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccessNode ¶
func GetAccessNode() string
Types ¶
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.