Array of action policy data for the session.
Optional
chainIds?: bigint[]Chain IDs where the session should be enabled. Useful for enable mode.
Optional
salt?: HexOptional salt for the session.
Optional
sessionPublicKey?: HexPublic key for the session. Required for K1 algorithm validators.
Optional
sessionValidAfter?: numberTimestamp after which the session becomes valid.
Optional
sessionValidator?: AddressAddress of the session validator.
Optional
sessionValidatorInitData?: HexData for the session validator.
Optional
sessionValidUntil?: numberTimestamp until which the session is valid.
Parameters for creating a session.