Optionalinput: AccountContextDataThe context data for the account.
Generates a random application with the specified context data.
Optionalinput: ApplicationContextDataThe context data for the application.
Generates a random asset with the specified context data.
Optionalinput: AssetContextDataThe context data for the asset.
Generates a random biguint value within the specified range.
OptionalminValue: BigUintCompat = 0nThe minimum value (inclusive).
Generates a random bytes of the specified length.
Optionallength: number = MAX_BYTES_SIZEThe length of the bytes.
Generates a random string of the specified length.
Optionallength: number = 11The length of the string.
Generates a random uint64 value within the specified range.
OptionalminValue: Uint64Compat = 0nThe minimum value (inclusive).
OptionalmaxValue: Uint64Compat = MAX_UINT64The maximum value (inclusive).
Generates a random account with the specified context data.