Interface SimpleDenyListPayload

Object representation of a SimpleDenyList initialization payload.

SimpleDenyListPayload

interface SimpleDenyListPayload {
    owner: `0x${string}`;
    denied: `0x${string}`[];
}

Properties

Properties

owner: `0x${string}`

The allow list's owner

denied: `0x${string}`[]

List of denied addresses.