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
// SourceChainExtraDataCodec is an interface for decoding source chain specific extra args and dest exec data into a map[string]any representation for a specific chain
54
+
// For chain A to chain B message, this interface will be the chain A specific codec
55
+
typeSourceChainExtraDataCodecinterface {
56
+
// DecodeExtraArgsToMap reformat bytes into a chain agnostic map[string]any representation for extra args
// TransmitterBytesToString converts a transmitter account from bytes to string
27
-
TransmitterBytesToString([]byte) (string, error)
28
-
}
29
-
30
-
// SourceChainExtraDataCodec is an interface for decoding source chain specific extra args and dest exec data into a map[string]any representation for a specific chain
31
-
// For chain A to chain B message, this interface will be the chain A specific codec
32
-
typeSourceChainExtraDataCodecinterface {
33
-
// DecodeExtraArgsToMap reformat bytes into a chain agnostic map[string]any representation for extra args
0 commit comments