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.