pub async fn emit_new_random_u128(
context: &WalletContext,
package_id: ObjectID,
) -> SuiTransactionBlockResponse
Expand description
Executes a transaction that generates a new random u128 using Random and emits it as an event.
pub async fn emit_new_random_u128(
context: &WalletContext,
package_id: ObjectID,
) -> SuiTransactionBlockResponse
Executes a transaction that generates a new random u128 using Random and emits it as an event.