PartyLayer/PartyLayer: docs/typed-transfer.md
# Typed transfer `requestTransfer` asks the connected wallet to make a transfer. The application says what it wants; the wallet does everything else. ```ts const result = await client.requestTransfer({ receiver: 'party::bob', amount: '10.5', instrumentId: { admin: 'party::registry', id: 'CC' }, meta
Read on GitHub Code ↗