-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
package changeset | ||
|
||
// TODO: create similar struct as CCIPChainState, but with Sol specific primitives | ||
// https://smartcontract-it.atlassian.net/browse/INTAUTO-360 | ||
// SolChainState holds a Go binding for all the currently deployed CCIP programs | ||
// on a chain. If a binding is nil, it means here is no such contract on the chain. | ||
type SolCCIPChainState struct { | ||
} | ||
|
||
// TODO: create GenerateSolanaView function similar to GenerateView | ||
// TODO: create GenerateSolanaView function similar to GenerateView | ||
// https://smartcontract-it.atlassian.net/browse/INTAUTO-358 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters