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

Language:

checkTransactionsStatus

Get status of a transaction.


List<String> signatures = new ArrayList<>();
signatures.add("signature 1");
signatures.add("signature 2");
MirrorWorld.Solana.Asset.checkTransactionsStatus(signatures,new CheckStatusOfMintingListener() {
@Override
public void onSuccess(CheckStatusOfMintingResponse response) {
Log.d("MirrorSDK","result is:" + MirrorGsonUtils.getInstance().toJson(response));
}
@Override
public void onCheckFailed(long code, String message) {
Log.d("MirrorSDK",MirrorStringUtils.GetFailedNotice("CHECK_STATUS_OFMINTING",code,message));
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog