Providers
Providers are the blockchain connectors. A provider is instantiated internally based on the network name provided on initialization.
Available Providers
const eoslime = require('eoslime').init('jungle') -> JungleProviderProperties
{
name: 'network name',
url: 'node endpoint',
chainId: 'chain id'
}Functions
reset
getABI(contractName)
getRawWASM(contractName)
Query Chain Style
select(tableName)
from(contractName)
scope(accountName)
equal(value)
range(from, to)
index(index, indexType)
limit(value)
find()
Last updated