You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`codecID` is the codec version used to serialize the payload and is hardcoded to `0x0000`
41
44
-`networkID` is the unique ID of an Avalanche Network (Mainnet/Testnet) and provides replay protection for BLS Signers across different Avalanche Networks
42
45
-`sourceChainID` is the hash of the transaction that created the blockchain on the Avalanche P-Chain. It serves as the unique identifier for the blockchain across the Avalanche Network so that each blockchain can only sign a message with its own id.
43
46
-`payload` provides an arbitrary byte array containing the contents of the message. VMs define their own message types to include in the `payload`
0 commit comments