Interface SignerValidatorV2Payload

Object reprentation of a SignerValidatorV2 initialization payload

SignerValidatorV2Payload

interface SignerValidatorV2Payload {
    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 prepareSignerValidatorV2 function