Reference

ServerActionReplayStore

Store used to reject replayed server action nonces.

Signature

interface ServerActionReplayStore

Members

function add(value: string): void
function has(value: string): boolean