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

Language:

TransferSPLToken

Transfer SPL token to a recipient.


ulong amount = 1;
string publicKey = "public_key";
MirrorSDK.TransferSPLToken(amount,publicKey,(response) => {
long resCode = response.Code;
TransferTokenResponse result = response.Data;
string error = response.Error;
string message = response.Message;
string status = response.Status;
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference