Type alias BlockInformation
BlockInformation: {
inboundConfirmationBlocks?: number;
inboundConfirmationSeconds?: number;
outbondDelaySeconds?: number;
outboundDelayBlocks?: number;
}
Type declaration
Optional
inboundConfirmationBlocks?: number
Optional
inboundConfirmationSeconds?: number
Optional
outbondDelaySeconds?: number
Optional
outboundDelayBlocks?: number
Represents block information.