package
0.0.0-20240725032142-50172f35a74f
Repository: https://github.com/mapprotocol/fe-backend.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PackOnReceived pack onReceived function params amount: token amount orderId: order id token: token address from: sender address to: receiver address on bitcoin Solidity: function onReceived(uint256 _amount, bytes32 _orderId, address _token, address _from, bytes _to) returns().
=============================================================================.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
OnReceivedFunctionParams Solidity: function onReceived(uint256 _amount, bytes32 _orderId, address _token, address _from, bytes _to) returns().
No description provided by the author
No description provided by the author
SwapCallbackParams
Solidity: struct CallbackParam {
address target;
address approveTo;
uint256 offset;
uint256 extraNativeAmount;
address receiver;
bytes data; // encoded onReceived function input params
}
*/.