Type alias HopConstructorInput

HopConstructorInput: {
    batchBlocks?: number;
    contractAddresses?: Addresses;
    network?: string;
    signersOrProviders: SignersOrProviders;
}

Type declaration

  • Optional batchBlocks?: number
  • Optional contractAddresses?: Addresses
  • Optional network?: string
  • signersOrProviders: SignersOrProviders