public class Router extends Object
| 构造器和说明 |
|---|
Router() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.web3j.protocol.core.methods.response.EthSendTransaction |
borrow(String contract,
String asset,
BigInteger amount,
org.web3j.crypto.Credentials sender,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthSendTransaction |
repay(String contract,
String asset,
BigInteger amount,
org.web3j.crypto.Credentials sender,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthSendTransaction |
supply(String contract,
String account,
String asset,
BigInteger amount,
Boolean collateralAble,
org.web3j.crypto.Credentials sender,
BlockChainClient blockChainClient) |
public static org.web3j.protocol.core.methods.response.EthSendTransaction supply(String contract, String account, String asset, BigInteger amount, Boolean collateralAble, org.web3j.crypto.Credentials sender, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthSendTransaction borrow(String contract, String asset, BigInteger amount, org.web3j.crypto.Credentials sender, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthSendTransaction repay(String contract, String asset, BigInteger amount, org.web3j.crypto.Credentials sender, BlockChainClient blockChainClient)
Copyright © 2023. All rights reserved.