Use your PKP to sign a message with the selected chain and scheme. The signing operation will automatically find the most optimised price, or you can specify a custom maximum price using the userMaxPrice parameter.
authContext
is required. This is the result from the authentication flow.pubkey
is required. This is the public key of the PKP to sign with.Scheme | Curve |
---|---|
EcdsaK256Sha256 | secp256k1 |
EcdsaP256Sha256 | NIST P‑256 |
EcdsaP384Sha384 | NIST P‑384 |
Scheme | Curve |
---|---|
SchnorrEd25519Sha512 | ed25519 |
SchnorrEd448Shake256 | ed448 |
Scheme | Curve |
---|---|
SchnorrK256Taproot | secp256k1 |
SchnorrK256Sha256 | secp256k1 |
SchnorrP256Sha256 | NIST P‑256 |
SchnorrP384Sha384 | NIST P‑384 |
Scheme | Curve |
---|---|
SchnorrRistretto25519Sha512 | Ristretto25519 |
SchnorrRedJubjubBlake2b512 | Jubjub |
SchnorrRedDecaf377Blake2b512 | Decaf377 |
SchnorrkelSubstrate | sr25519 |