Type alias RoutingIncentive
RoutingIncentive: {
maxGasAck: bigint;
maxGasDelivery: bigint;
priceOfAckGas: bigint;
priceOfDeliveryGas: bigint;
refundGasTo: string;
targetDelta: bigint;
}
Type declaration
maxGasAck: bigint
maxGasDelivery: bigint
priceOfAckGas: bigint
priceOfDeliveryGas: bigint
refundGasTo: string
targetDelta: bigint