Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 1.49 KB

SessionDTO.md

File metadata and controls

47 lines (23 loc) · 1.49 KB

SessionDTO

Properties

Name Type Description Notes
id string Id of the connection [default to undefined]
userId string Id of the user that created the connection [default to undefined]
sessionMetadata SessionMetadata Metadata of the connection (provided by the dapp) [default to undefined]
vaultAccountId number The vault to connect [default to undefined]
feeLevel string The default fee level [default to undefined]
chainIds Array<string> The chains approved for the connection [default to undefined]
connectionType string The connection&#39;s type [default to undefined]
connectionMethod string The method through which the connection was established [default to undefined]
creationDate string Timestamp of the session&#39;s creation [default to undefined]

Enum: SessionDTOFeeLevelEnum

  • Medium (value: 'MEDIUM')

  • High (value: 'HIGH')

Enum: SessionDTOConnectionTypeEnum

  • WalletConnect (value: 'WalletConnect')

Enum: SessionDTOConnectionMethodEnum

  • Desktop (value: 'DESKTOP')

  • Mobile (value: 'MOBILE')

  • Api (value: 'API')

[Back to top] [Back to API list] [Back to Model list] [Back to README]