-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
Node v22
Bug Description
When transferring SOL on Solana Devnet, the response object is not consistent with the documentation.
Steps to Reproduce
Steps to Reproduce
// Transferring SOL
const transfer = await multichainWallet.transfer({
recipientAddress: '9DSRMyr3EfxPzxZo9wMBPku7mvcazHTHfyjhcfw5yucA',
amount: 1,
network: 'solana',
rpcUrl: 'https://api.devnet.solana.com', // https://api.testnet.solana.com for tesnet
privateKey: '...'
});
console.log(transfer)
Expected Behavior
Expectations are the same as documentation.:
{
"hash": "3nGq2yczqCpm8bF2dyvdPtXpnFLJ1oGWkDfD6neLbRay8SjNqYNhWQBKE1ZFunxvFhJ47FyT6igNpYPP293jXCZk"
}
Actual Behavior
Actual Behavior on devnet
{}
Actual Behavior on testnet
{ object }
Wallet Version / Branch
main
Relevant Logs / Screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working