Skip to main content
When you would like to use the SDK to perform an EVM operation, you must first create a transaction object. The different classes of the SDK: DID, RBAC, and Storage all show how an EVM tx is generated. After receiving an EVM Transaction object back from the class you called, you are then able to use the SDK to send a transaction on behalf of the seed.

sendEvmTx(tx, baseUrl, seed)