public interface IABIProvider
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
getAbi(@NotNull java.lang.String chainId,
@NotNull EOSIOName account)
Gets abi by EOSIOName.
|
@NotNull java.util.Map<java.lang.String,java.lang.String> |
getAbis(@NotNull java.lang.String chainId,
@NotNull java.util.List<EOSIOName> accounts)
Gets multiple ABI by list of EOSIOName.
|
@NotNull
@NotNull java.util.Map<java.lang.String,java.lang.String> getAbis(@NotNull
@NotNull java.lang.String chainId,
@NotNull
@NotNull java.util.List<EOSIOName> accounts)
throws GetAbiError
chainId - the chain idaccounts - the accountsGetAbiError - thrown if there are any exceptions during the getAbi process.@NotNull
@NotNull java.lang.String getAbi(@NotNull
@NotNull java.lang.String chainId,
@NotNull
@NotNull EOSIOName account)
throws GetAbiError
chainId - the chain idaccount - the accountGetAbiError - thrown if there are any exceptions during the getAbis process.