Interface SimpleAllowListPayload

Object representation of a SimpleAllowList initialization payload.

SimpleAllowListPayload

interface SimpleAllowListPayload {
    owner: `0x${string}`;
    allowed: `0x${string}`[];
}

Properties

Properties

owner: `0x${string}`

The allow list's owner, given the LIST_MANAGER_ROLE role.

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

List of allowed addresses.