Skip to content

Commit

Permalink
fix BridgeProofs def to use struct
Browse files Browse the repository at this point in the history
  • Loading branch information
parodime committed Sep 23, 2024
1 parent 1348e63 commit 1c5dd7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ interface IFastBridgeV2 is IFastBridge {
/// @notice Returns the timestamp and relayer of a bridge proof
/// @param transactionId The ID of the bridge transaction
/// @return The timestamp and relayer address of the bridge proof
function bridgeProofs(bytes32 transactionId) external view returns (uint96, address);
function bridgeProofs(bytes32 transactionId) external view returns (BridgeProof memory);
}

0 comments on commit 1c5dd7d

Please sign in to comment.