Defaults to eosio
administration account
Configured EOSjs client
RPC connection with the local EOSIO node at http://127.0.0.1:8888
Development signature provider
Ensures our signature provider has the key in question, and if not, adds it.
Account to be unioned into the signature list.
Initializes a connection to any EOSIO node and sets the administration keys which Lamington uses to deploy contracts, create accounts, etc.
Initializes a default connection to the local EOSIO node on port 8888
and
assigns the default eosio
account with administration keys
Executes a transaction against a connected EOSjs client
EOSIO transaction object
Connected EOSjs client
Additional transaction options
Generated using TypeDoc
Manages client connection and communication with a local EOSIO node