web3.eth.Iban.toIban
将以太坊地址转换为直接IBAN地址。
调用:
web3.eth.Iban.toIban(address)
参数:
address
:String,要进行转换的以太坊地址
返回值:
String
- IBAN地址
示例代码:
web3.eth.Iban.toIban("0x00c5496aEe77C1bA1f0854206A26DdA82a81D6D8");
> "XE7338O073KYGTWWZN0F2WZ0R8PX5ZPPZS"
将以太坊地址转换为直接IBAN地址。
调用:
web3.eth.Iban.toIban(address)
参数:
address
:String,要进行转换的以太坊地址
返回值:
String
- IBAN地址
示例代码:
web3.eth.Iban.toIban("0x00c5496aEe77C1bA1f0854206A26DdA82a81D6D8");
> "XE7338O073KYGTWWZN0F2WZ0R8PX5ZPPZS"