casp

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSignOperation

func GetSignOperation(operationID string) (casp.SignOperationResponse, error)

func GetUncompressedEthPublicKeys

func GetUncompressedEthPublicKeys() (casp.UncompressedPublicKeysResponse, error)

func GetUncompressedTMPublicKeys

func GetUncompressedTMPublicKeys() (casp.UncompressedPublicKeysResponse, error)

func PostSignData added in v0.6.0

func PostSignData(dataToSign []string, publicKeys []string, description string) (casp.PostSignDataResponse, error)

Types

type SignDataRequest

type SignDataRequest struct {
	DataToSign              []string `json:"dataToSign"`
	Description             string   `json:"description"`
	ProviderData            string   `json:"providerData"`
	Details                 string   `json:"details"`
	PublicKeys              []string `json:"publicKeys"`
	AllowConcurrentKeyUsage bool     `json:"allowConcurrentKeyUsage"`
}

Jump to

Keyboard shortcuts

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