web3.eth.Iban.toIban
将以太坊地址转换为直接IBAN地址。
调用:
web3.eth.Iban.toIban(address)
参数:
address
:String,要进行转换的以太坊地址
返回值:
String
- IBAN地址
示例代码:
web3.eth.Iban.toIban("0x00c5496aEe77C1bA1f0854206A26DdA82a81D6D8");
> "XE7338O073KYGTWWZN0F2WZ0R8PX5ZPPZS"
在线工具推荐: Three.js AI纹理开发包 - YOLO合成数据生成器 - GLTF/GLB在线编辑 - 3D模型格式在线转换 - 可编程3D场景编辑器
将以太坊地址转换为直接IBAN地址。
调用:
web3.eth.Iban.toIban(address)
参数:
address
:String,要进行转换的以太坊地址
返回值:
String
- IBAN地址
示例代码:
web3.eth.Iban.toIban("0x00c5496aEe77C1bA1f0854206A26DdA82a81D6D8");
> "XE7338O073KYGTWWZN0F2WZ0R8PX5ZPPZS"