| 程序包 | 说明 |
|---|---|
| live.lingting.virtual.currency.core | |
| live.lingting.virtual.currency.core.model |
| 限定符和类型 | 方法和说明 |
|---|---|
TransferResult |
PlatformService.transactionBroadcast(G generate)
广播交易
|
default TransferResult |
PlatformService.transfer(Account from,
String to,
Contract contract,
BigDecimal value)
转账
|
default TransferResult |
PlatformService.transfer(Account from,
String to,
Contract contract,
BigDecimal value,
TransferParams params)
转账
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TransferResult |
TransferResult.failed(String message) |
static TransferResult |
TransferResult.failed(String message,
Throwable e) |
static TransferResult |
TransferResult.failed(Throwable e) |
static TransferResult |
TransferResult.failed(TransactionGenerate generate) |
static TransferResult |
TransferResult.success(String hash) |
Copyright © 2021. All rights reserved.