You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK should provide a straightforward method for users to generate fake resources into the Account class.
This functionality is crucial as it enables users using unfunded wallets to easily generate fake resources owned by their wallet address, to perform dry runs in specific scenarios, improving testing and development efficiency.
This enhancement should also consider predicate resources, as each resource owned by a predicate needs to include the predicate and predicateData bytes.
The text was updated successfully, but these errors were encountered:
The SDK should provide a straightforward method for users to generate fake resources into the
Account
class.This functionality is crucial as it enables users using unfunded wallets to easily generate fake resources owned by their wallet address, to perform dry runs in specific scenarios, improving testing and development efficiency.
This enhancement should also consider predicate resources, as each resource owned by a predicate needs to include the
predicate
andpredicateData
bytes.The text was updated successfully, but these errors were encountered: