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
The relay system requires a Route function for each supported blockchain to handle cross-chain message routing, transaction sending, and result processing.
Implementation of Route function and helper methods
The relay system requires a Route function for each supported blockchain to handle cross-chain message routing, transaction sending, and result processing.
Implementation of Route function and helper methods
Route(ctx context.Context, message *types.Message, callback types.TxResponseFunc) error
SendTransaction
method for creating and sending Stacks transactionsWaitForTxResult
to process transaction resultsMakeStacksMessage
to convert generic messages to Stacks-specific formatAcceptance criteria
The text was updated successfully, but these errors were encountered: