ApiInterfaces.AbiProvider
EOSIO Javascript / Exports / ApiInterfaces / AbiProvider
Interface: AbiProvider
ApiInterfaces.AbiProvider
Retrieves raw ABIs for a specified accountName
Implemented by
Table of contents
Properties
Properties
getRawAbi
• getRawAbi: (accountName: string) => Promise<BinaryAbi>
Type declaration
▸ (accountName): Promise<BinaryAbi>
Retrieve the BinaryAbi
Parameters
| Name | Type |
|---|---|
accountName | string |
Returns
Promise<BinaryAbi>
Defined in
src/eosjs-api-interfaces.ts:23