Skip to main content

Module sui

Module sui 

Source

Functionsยง

consolidate_usdc_coins
Consolidate all owned USDC coins into address balance via coin::send_funds. Executes a single PTB with one move_call per coin.
get_usdc_balance
Query USDC address_balance and coin_balance for the given address. Returns (address_balance, coin_balance) in USDC base units.
send_payment
Send exactly 0.01 USDC to the platform address. Returns the transaction digest as a string.