BlockInformation: {
    inboundConfirmationBlocks?: number;
    inboundConfirmationSeconds?: number;
    outbondDelaySeconds?: number;
    outboundDelayBlocks?: number;
}

Represents block information.

Type declaration

  • Optional inboundConfirmationBlocks?: number
  • Optional inboundConfirmationSeconds?: number
  • Optional outbondDelaySeconds?: number
  • Optional outboundDelayBlocks?: number

Generated using TypeDoc