Crate summon_api_sdk

Source

Structs§

CustomClaim
DataSignature
signature: COSESign1 byteskey: COSEKey hex bytes
VerifyResponse

Functions§

verify_data_signature
Verify data signed according to CIP-008returns ->VerifyResponse {
verify_data_signature_cip008
Verify data signed according to CIP-008 returns -> bool or error message
verify_data_signature_cip30
Verify data signed according to CIP-30 returns -> bool or error message
verify_data_signature_new
Verify data signed according to CIP-30returns ->VerifyResponse {
verify_signing_address
Verify signing address, needs to be full base address returns -> Result
verify_signing_address_new
Verify signing address, needs to be full base address returns -> Result ( bool or error message )