ODCutils
OmnichainIdentifiers
OmnichainIdentifiers
Library with utility functions to encode and decode OmnichainIdentifier
CHAINID_BIT_OFFSET
Bit offset for Chain ID in OmnichainIdentifier
UnsupportedOmnichainIdentifiersStructure
Error thrown when OmnichainIdentifier structure is not supported
encode
Encode OmnichainIdentifier
Parameters
Name | Type | Description |
---|---|---|
identifier | uint224 | Numeric identifier |
Return Values
Name | Type | Description |
---|---|---|
[0] | OmnichainIdentifier | Encoded OmnichainIdentifier |
encode
Encode OmnichainIdentifier
Parameters
Name | Type | Description |
---|---|---|
chainid | uint32 | Chain ID to encode |
identifier | uint224 | Numeric identifier |
Return Values
Name | Type | Description |
---|---|---|
[0] | OmnichainIdentifier | Encoded OmnichainIdentifier |
decode
Decode OmnichainIdentifier
Parameters
Name | Type | Description |
---|---|---|
oi | OmnichainIdentifier | OmnichainIdentifier to decode |
Return Values
Name | Type | Description |
---|---|---|
chainid | uint32 | Chain ID of the OmnichainIdentifier |
identifier | uint224 | Numeric identifier of the OmnichainIdentifier |