Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Swift Protocol
protocol SignatureService : Sendable
func approveSignature(_ request: SignRequest) async throws(SignatureError)
func createSignature(_ request: CreateSignatureRequest) async throws(SignatureError) -> any SignatureApiModel
func fetchSignature(_ signatureId: String, chainType: ChainType) async throws(SignatureError) -> any SignatureApiModel
Was this page helpful?