-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Goal
Allow wallets to sign generic message.
Notes
- Wait for fireblocks to returned the signed message.
type SignMessageInput {
address: String
message: String
}
type SignMessageSignature {
signedMessage: String
signature: String
}
mutation {
signMessage(input: SignMessageInput!): SignMessagePayload
}Metadata
Metadata
Assignees
Labels
No labels