interface ArchivingReentrancyConfig {
    reentrancy?: { action: "skip" | "wait"; scope: "global" };
}

Properties

Properties

reentrancy?: { action: "skip" | "wait"; scope: "global" }