interface AuthorizationSelection {
    address?: string[];
    chainId?: number[];
}

Properties

Properties

address?: string[]

List of addresses to match in the transaction authorizationList

chainId?: number[]

List of chain ids to match in the transaction authorizationList