Allow LiveAccountWithPrivateKey
to generate ApiSession
's
#133
Labels
good first issue
Good for newcomers
Milestone
LiveAccountWithPrivateKey
already has a validAccount
with its associatedPrivateKey
and theApiSession
that sourced it (with the bounded network).Might as well allow for a new
ApiSession
s to be instantiated which would sign and execute transactions on behalf of theLiveAccountWithPrivateKey
account.Todo:
Simplify theLiveContract.NFTShop
'sGiven a NFT Shop, a user is able to mint
test to make use of this new session instantiation instead of going down to the sdkClient
and using that.The text was updated successfully, but these errors were encountered: