withdrawExpireUnfreeze

当用户执行了取消质押的操作之后,需要在等待N天之后调用该接口来取回资源。N是一个Tron的网络参数。(v5.1.0新增接口)

用法

tronWeb.transactionBuilder.withdrawExpireUnfreeze(address);

参数类型

参数描述类型
address接收退款的账号地址(hexstring 或 base58)String

返回值类型

Object

示例

> const transaction = await tronWeb.transactionBuilder.withdrawExpireUnfreeze('ownerAddress');