interface UpdatePolicyRequest {
    chainId?: number;
    deleted?: boolean;
    forwarderContract?: string;
    id: string;
    name?: string;
    paymaster?: string;
    strategy?: PolicyStrategyRequest;
}

Hierarchy (view full)

Properties

chainId?: number

The chain ID. Must be a supported chain.

deleted?: boolean

Specifies whether to delete the policy.

forwarderContract?: string

The ID of the forwarder contract.

id: string
name?: string

Specifies the name of the policy.

paymaster?: string

The ID of the paymaster.