Documentation
¶
Index ¶
- func GetEddsaSigNftOrder(privateKey string, exchangeAddress string, storageId string, accountId string, ...) (string, error)
- func GetLockHashAndEddsaSignature(privateKey string, exchangeAddress string, accountId string, tokenId string, ...) (string, error)
- func GetNftData(nftId string, tokenAddress string, royaltyPercentage string, ...) (string, error)
- func NewPrivateKeyFromString(privateKeyString string) *eddsa.PrivateKey
- func SignRequest(privateKey *eddsa.PrivateKey, method string, baseUrl string, path string, ...) (string, error)
- type KeyPair
- type KeyPairFormatted
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEddsaSigNftOrder ¶
func GetNftData ¶
func NewPrivateKeyFromString ¶
func NewPrivateKeyFromString(privateKeyString string) *eddsa.PrivateKey
func SignRequest ¶
Types ¶
type KeyPair ¶
func GenerateKeyPair ¶
func (KeyPair) FormatPublicKeyX ¶
func (KeyPair) FormatPublicKeyY ¶
func (KeyPair) FormatSecretKey ¶
func (KeyPair) ToFormatted ¶
func (kp KeyPair) ToFormatted() KeyPairFormatted
type KeyPairFormatted ¶
Click to show internal directories.
Click to hide internal directories.