Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.29 KB

SessionDTO.md

File metadata and controls

48 lines (28 loc) · 1.29 KB

SessionDTO

Properties

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

Enum: FeeLevelEnum

Name Value
MEDIUM "MEDIUM"
HIGH "HIGH"

Enum: ConnectionTypeEnum

Name Value
WALLETCONNECT "WalletConnect"

Enum: ConnectionMethodEnum

Name Value
DESKTOP "DESKTOP"
MOBILE "MOBILE"
API "API"