Type alias BridgingPluginResult

BridgingPluginResult: {
    bridgingDurationExpectedMs?: number;
    receivedAtDestination?: bigint;
    userOp: Instruction;
}

Result of a bridging plugin operation

Type declaration

  • Optional bridgingDurationExpectedMs?: number
  • Optional receivedAtDestination?: bigint
  • userOp: Instruction