| Package | Description |
|---|---|
| com.github.DNAProject.smartcontract | |
| com.github.DNAProject.smartcontract.neovm.abi |
| Modifier and Type | Method and Description |
|---|---|
Object |
NeoVm.sendTransaction(String contractAddr,
Account acct,
Account payerAcct,
long gaslimit,
long gasprice,
AbiFunction func,
boolean preExec) |
| Modifier and Type | Field and Description |
|---|---|
List<AbiFunction> |
AbiInfo.functions |
| Modifier and Type | Method and Description |
|---|---|
AbiFunction |
AbiInfo.getFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<AbiFunction> |
AbiInfo.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
BuildParams.serializeAbiFunction(AbiFunction abiFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbiInfo.getFunctions(List<AbiFunction> functions) |
Copyright © 2020. All rights reserved.