sui_test_transaction_builder

Function publish_basics_package_and_make_counter

Source
pub async fn publish_basics_package_and_make_counter(
    context: &WalletContext,
) -> (ObjectRef, ObjectRef)
Expand description

Executes a transaction to publish the basics package and another one to create a counter. Returns the package object ref and the counter object ref.