Initializers
init(from:)
Inherited fromDecodable.init(from:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Structure
struct WalletApiModel
Decodable.init(from:).
init(from decoder: any Decoder) throws
| Property | Type | Description |
|---|---|---|
address | String | - |
chainType | ChainType | - |
config | WalletConfigApiModel | - |
createdAt | Date | - |
owner | Owner? | - |
type | WalletType | - |
Was this page helpful?
