sui-client-ptb
Verified for current stable LTS
Sui Client Ptb Command: Split Gas Coin Transfer Address
Use for split gas coin transfer address with Sui Client Ptb. Exact CLI syntax to split gas coin transfer address using Sui Client Ptb.
When to use this: Use for split gas coin transfer address with Sui Client Ptb.
Command Syntax
sui client ptb --split-coins gas "[1000]" --assign new_coins --transfer-objects "[new_coins]" @<address> sui client ptb --split-coins gas "[1000]" --assign new_coins --transfer-objects "[new_coins]" @<address> Command Breakdown
--split-coins- Command Option
- Tool-specific option used by this command invocation.
--assign- Command Option
- Tool-specific option used by this command invocation.
--transfer-objects- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to split gas coin transfer 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: Transfer Object To Address sui client ptb --transfer-objects "[<object_id>]" @<address>