Interface SignerValidatorPayload

Object reprentation of a SignerValidator initialization payload

SignerValidatorPayload

interface SignerValidatorPayload {
    signers: `0x${string}`[];
    validatorCaller: `0x${string}`;
}

Properties

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

The list of authorized signers. The first address in the list will be the initial owner of the contract.

validatorCaller: `0x${string}`

The authorized caller of the prepareSignerValidator function