Structs
CreateSignatureRequest
Swift Structure
Structure
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Structure
struct CreateSignatureRequest
init(signMessageRequest: SignMessageRequest, chainType: ChainType)
init(signTypedDataRequest: SignTypedDataRequest, chainType: ChainType)
| Property | Type | Description |
|---|---|---|
body | CreateSignatureRequest.Body | - |
chainType | ChainType | - |
enum Body
Was this page helpful?
