Skip to content

[Bug]: Solana transfer returns incomplete response on Devnet and Testnet #50

@reactmore

Description

@reactmore

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions