| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Id of the connection | |
| userId | String | Id of the user that created the connection | |
| sessionMetadata | SessionMetadata | Metadata of the connection (provided by the dapp) | |
| vaultAccountId | BigDecimal | The vault to connect | |
| feeLevel | FeeLevelEnum | The default fee level | |
| chainIds | List<String> | The chains approved for the connection | |
| connectionType | ConnectionTypeEnum | The connection's type | |
| connectionMethod | ConnectionMethodEnum | The method through which the connection was established | |
| creationDate | OffsetDateTime | Timestamp of the session's creation |
| Name | Value |
|---|---|
| MEDIUM | "MEDIUM" |
| HIGH | "HIGH" |
| Name | Value |
|---|---|
| WALLET_CONNECT | "WalletConnect" |
| Name | Value |
|---|---|
| DESKTOP | "DESKTOP" |
| MOBILE | "MOBILE" |
| API | "API" |