The address of the Plasma smart contract on the root chain.
Your private key, either hex-encoded or as a Buffer.
gRPC credentials to use to connect to the root node. Will default to HTTP transport.
URL to the root node. The URL should not include a protocol.
Whether or not to use the REST API over the gRPC API. You should set this to true if you are using a web browser.
An instance of Web3. To transact, your Web3 instance
must support signing using the same privateKey
provided
to the Plasma client.
Generated using TypeDoc
Options used to construct a new Plasma client instance.