Retrieves raw ABIs for a specified accountName
Hierarchy
AbiProvider
Implemented by
Properties
getRawAbi
● getRawAbi: function
Defined in eosjs-api-interfaces.ts:26
Retrieve the BinaryAbi
Type declaration
▸(accountName: string): Promise<BinaryAbi>
Parameters:
| Name | Type |
|---|---|
| accountName | string |
Returns: Promise<BinaryAbi>