Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR explicitly documents the wire format spec implemented across the EVM, SVM, and TS code.
EVM
NttManager
example-native-token-transfers/evm/src/libraries/TransceiverStructs.sol
Lines 41 to 56 in eeea26f
example-native-token-transfers/evm/src/libraries/TransceiverStructs.sol
Lines 37 to 39 in eeea26f
example-native-token-transfers/evm/src/libraries/TransceiverStructs.sol
Lines 90 to 107 in eeea26f
Transceiver
example-native-token-transfers/evm/src/libraries/TransceiverStructs.sol
Lines 152 to 171 in eeea26f
Wormhole Transceiver
example-native-token-transfers/evm/src/Transceiver/WormholeTransceiver/WormholeTransceiverState.sol
Lines 38 to 50 in eeea26f
example-native-token-transfers/evm/src/libraries/TransceiverStructs.sol
Lines 381 to 391 in eeea26f
example-native-token-transfers/evm/src/libraries/TransceiverStructs.sol
Lines 411 to 419 in eeea26f
SVM
NttManager
example-native-token-transfers/solana/modules/ntt-messages/src/ntt_manager.rs
Lines 78 to 81 in eeea26f
example-native-token-transfers/solana/modules/ntt-messages/src/ntt.rs
Line 25 in eeea26f
example-native-token-transfers/solana/modules/ntt-messages/src/ntt.rs
Lines 82 to 86 in eeea26f
Transceiver
example-native-token-transfers/solana/modules/ntt-messages/src/transceiver.rs
Lines 162 to 174 in eeea26f
Wormhole Transceiver
example-native-token-transfers/solana/modules/ntt-messages/src/transceivers/wormhole.rs
Lines 14 to 22 in eeea26f
example-native-token-transfers/solana/modules/ntt-messages/src/transceivers/wormhole.rs
Lines 14 to 22 in eeea26f
example-native-token-transfers/solana/modules/ntt-messages/src/transceivers/wormhole.rs
Lines 156 to 158 in eeea26f
TS
NttManager
example-native-token-transfers/sdk/definitions/src/layouts/manager.ts
Lines 12 to 21 in eeea26f
example-native-token-transfers/sdk/definitions/src/layouts/transfer.ts
Lines 10 to 16 in eeea26f
Transceiver
example-native-token-transfers/sdk/definitions/src/layouts/transceiver.ts
Lines 15 to 35 in eeea26f
Wormhole Transceiver
example-native-token-transfers/sdk/definitions/src/layouts/wormhole.ts
Lines 11 to 20 in eeea26f
example-native-token-transfers/sdk/definitions/src/layouts/transceiver.ts
Lines 38 to 44 in eeea26f
example-native-token-transfers/sdk/definitions/src/layouts/transceiver.ts
Lines 47 to 54 in eeea26f