git.delta.rocks / unique-network / refs/commits / 5b5c3e42682c

difftreelog

chore evm stubs

PraetorP2022-12-16parent: #6760031.patch.diff
in: master

3 files changed

modifiedpallets/refungible/src/stubs/UniqueRefungibleToken.rawdiffbeforeafterboth

binary blob — no preview

modifiedpallets/refungible/src/stubs/UniqueRefungibleToken.soldiffbeforeafterboth
109 }109 }
110110
111 /// @dev Transfer tokens from one address to another111 /// @dev Transfer tokens from one address to another
112 /// @param from address The address which you want to send tokens from112 /// @param from The address which you want to send tokens from
113 /// @param to address The address which you want to transfer to113 /// @param to The address which you want to transfer to
114 /// @param amount uint256 the amount of tokens to be transferred114 /// @param amount the amount of tokens to be transferred
115 /// @dev EVM selector for this function is: 0xd5cf430b,115 /// @dev EVM selector for this function is: 0xd5cf430b,
116 /// or in textual repr: transferFromCross((address,uint256),(address,uint256),uint256)116 /// or in textual repr: transferFromCross((address,uint256),(address,uint256),uint256)
117 function transferFromCross(117 function transferFromCross(
modifiedtests/src/eth/api/UniqueRefungibleToken.soldiffbeforeafterboth
67 function transferCross(EthCrossAccount memory to, uint256 amount) external returns (bool);67 function transferCross(EthCrossAccount memory to, uint256 amount) external returns (bool);
6868
69 /// @dev Transfer tokens from one address to another69 /// @dev Transfer tokens from one address to another
70 /// @param from address The address which you want to send tokens from70 /// @param from The address which you want to send tokens from
71 /// @param to address The address which you want to transfer to71 /// @param to The address which you want to transfer to
72 /// @param amount uint256 the amount of tokens to be transferred72 /// @param amount the amount of tokens to be transferred
73 /// @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(