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

Language:

transferSUI

Transfer SUI From SUI Wallet To Another SUI Wallet


import { type SUITransferSUIPayloadV2 } from "@mirrorworld/web3.js"
const payload: SUITransferSUIPayloadV2 = {
amount: 1,
to_public: "0x80Cd58A56643c958dFC29b85329f9FEda93Bdb56"
}
await mirrorworld.Ethereum.Wallet.transferSUI(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog