public abstract class AbstractMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Account |
account |
protected RPCMethod |
client |
| Constructor and Description |
|---|
AbstractMethod(RPCMethod client,
Account account) |
| Modifier and Type | Method and Description |
|---|---|
protected Envelop |
baseEnvelop(ActionRequest request) |
abstract String |
execute() |
protected String |
sendAction(Envelop envelop) |
protected SealedEnvelop |
signAction(Envelop envelop) |
public abstract String execute()
protected Envelop baseEnvelop(ActionRequest request)
protected SealedEnvelop signAction(Envelop envelop)
Copyright © 2022 IoTeX Group. All rights reserved.