Type Alias BridgingPluginResult

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

Result of a bridging plugin operation

Type declaration

  • OptionalbridgingDurationExpectedMs?: number
  • OptionalreceivedAtDestination?: bigint
  • userOp: Instruction