Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

signAndSendTransaction

Signs A Transaction And Sends It To The Network


import { type EVMSignAndSendTransactionPayloadV2 } from "@mirrorworld/web3.js"
const payload: EVMSignAndSendTransactionPayloadV2 = {
nonce: 15,
gasPrice: "0x09284e242",
gasLimit: "0x31929",
to: "0xAeAd331622371228A0388E8D4909aC77681AF1b8",
value: "0x02",
data: "0x7f7465737432000000000000000000000000000000000000000000000000000000600057",
}
await mirrorworld.Ethereum.Wallet.signAndSendTransaction(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog