web3.eth.Iban.institution
返回当前IBAN实例的机构。
调用:
web3.eth.Iban.institution()
参数:
无
返回值:
String
: IBAN的机构
示例代码:
var iban = new web3.eth.Iban("XE81ETHXREGGAVOFYORK");
iban.institution();
> 'XREG'
返回当前IBAN实例的机构。
调用:
web3.eth.Iban.institution()
参数:
无
返回值:
String
: IBAN的机构
示例代码:
var iban = new web3.eth.Iban("XE81ETHXREGGAVOFYORK");
iban.institution();
> 'XREG'