docs: 📝 Documentation added
This commit is contained in:
@@ -5,8 +5,6 @@ library DataTypes {
|
||||
struct Deposit {
|
||||
/// @dev Remaining tokens available.
|
||||
uint256 remaining;
|
||||
/// @dev Premium paid in ETH for priority.
|
||||
uint256 premium;
|
||||
/// @dev The PIX account for the seller receive transactions.
|
||||
string pixTarget;
|
||||
address seller;
|
||||
@@ -24,7 +22,7 @@ library DataTypes {
|
||||
uint256 amount;
|
||||
/// @dev If not paid at this block will be expired.
|
||||
uint256 expirationBlock;
|
||||
/// @dev Where goes the tokens when validated.
|
||||
/// @dev Where the tokens are sent the when order gets validated.
|
||||
address targetAddress;
|
||||
/// @dev Relayer address that facilitated this transaction.
|
||||
address relayerAddress;
|
||||
|
||||
Reference in New Issue
Block a user