This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
Extend the Runtime
to create a new Account
with its Immutable Data
(for Non-Self Spawn
)
#477
Labels
Depends on: #470 #471
When we run a
Spawn Transaction
(theNon-Self Spawn
if to be precise) we want to create the Accountand assign it its
immutable_data
given in the transaction input.For now, we'll set the
TxKind
toTxKind::Spawn
since we don't support theSelf-Spawn
yet.For more info about
TxKind
see issue #470The text was updated successfully, but these errors were encountered: