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
To address issue #2826, add documentation for the withdraw functionality to docs/bridge. The relevant code can be found in services/explorer/contracts/bridge/bridgev1/withdraw.go and services/explorer/contracts/bridge/withdraw.go. Document the following methods:
GetRaw: Retrieves raw event logs.
GetToken: Gets the token address.
GetAmount: Gets the token amount.
GetEventType: Gets the event type.
GetFee: Gets the fee for the withdraw.
GetKappa: Gets the kappa value.
GetTxHash: Gets the transaction hash.
GetBlockNumber: Gets the block number.
GetContractAddress: Gets the contract address.
GetRecipient: Gets the recipient address.
GetSwapTokenIndex, GetSwapMinAmount, GetSwapDeadline, GetSwapSuccess: Document these methods for SynapseBridgeTokenWithdrawAndRemove.
Add documentation to docs/bridge for #2826
The text was updated successfully, but these errors were encountered: