The RPC module is exposed as:
import QurasLib from 'quras-js' const client = QurasLib.create.rpcClient(URL) import { rpc } from 'quras-js' const client = new rpc.rpcClient(URL)
Transactions form the core of the interaction with the blockchain. In order to effect any state changes on the chain, a transaction is required to be sent and processed into a block by the consensus nodes.