sui-client-ptb
Verified for current stable LTS
Sui Client Ptb Command: Transfer Object To Address
Use for transfer object to address with Sui Client Ptb. Exact CLI syntax to transfer object to address using Sui Client Ptb.
When to use this: Use for transfer object to address with Sui Client Ptb.
Command Syntax
sui client ptb --transfer-objects "[<object_id>]" @<address> sui client ptb --transfer-objects "[<object_id>]" @<address> Command Breakdown
--transfer-objects- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to transfer object to address using Sui Client Ptb.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Sui Client Ptb Command: Call Move Function Package Module
sui client ptb --move-call p::m::f "<<type>}" args Sui Client Ptb Command: Make Move Vector Two Elements sui client ptb --make-move-vec "<u64>" "[1000,2000]" Sui Client Ptb Command: Publish Move Package Transfer Upgrade Capability sui client ptb --move-call sui::tx_context::sender --assign sender --publish "." --assign upgrade_cap --transfer-objects "[upgrade_cap]" sender Sui Client Ptb Command: Split Gas Coin Transfer Address sui client ptb --split-coins gas "[1000]" --assign new_coins --transfer-objects "[new_coins]" @<address>