difftreelog
chore evm stubs
in: master
3 files changed
pallets/refungible/src/stubs/UniqueRefungibleToken.rawdiffbeforeafterbothbinary blob — no preview
pallets/refungible/src/stubs/UniqueRefungibleToken.soldiffbeforeafterboth--- a/pallets/refungible/src/stubs/UniqueRefungibleToken.sol
+++ b/pallets/refungible/src/stubs/UniqueRefungibleToken.sol
@@ -109,9 +109,9 @@
}
/// @dev Transfer tokens from one address to another
- /// @param from address The address which you want to send tokens from
- /// @param to address The address which you want to transfer to
- /// @param amount uint256 the amount of tokens to be transferred
+ /// @param from The address which you want to send tokens from
+ /// @param to The address which you want to transfer to
+ /// @param amount the amount of tokens to be transferred
/// @dev EVM selector for this function is: 0xd5cf430b,
/// or in textual repr: transferFromCross((address,uint256),(address,uint256),uint256)
function transferFromCross(
tests/src/eth/api/UniqueRefungibleToken.soldiffbeforeafterboth67 function transferCross(EthCrossAccount memory to, uint256 amount) external returns (bool);67 function transferCross(EthCrossAccount memory to, uint256 amount) external returns (bool);686869 /// @dev Transfer tokens from one address to another69 /// @dev Transfer tokens from one address to another70 /// @param from address The address which you want to send tokens from70 /// @param from The address which you want to send tokens from71 /// @param to address The address which you want to transfer to71 /// @param to The address which you want to transfer to72 /// @param amount uint256 the amount of tokens to be transferred72 /// @param amount the amount of tokens to be transferred73 /// @dev EVM selector for this function is: 0xd5cf430b,73 /// @dev EVM selector for this function is: 0xd5cf430b,74 /// or in textual repr: transferFromCross((address,uint256),(address,uint256),uint256)74 /// or in textual repr: transferFromCross((address,uint256),(address,uint256),uint256)75 function transferFromCross(75 function transferFromCross(