Skip to content

Commit

Permalink
Update docs/modules/ROOT/pages/api/account.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Martín Triay <[email protected]>
  • Loading branch information
ericnordelo and martriay authored Aug 31, 2023
1 parent 29b23f4 commit 19b8372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/api/account.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Account contract implementation extending xref:ISRC6[`ISRC6`].
[[Account-__validate_deploy__]]
==== `[.contract-item-name]#++__validate_deploy__++#++(self: @ContractState, class_hash: felt252, contract_address_salt: felt252, _public_key: felt252) → felt252++` [.item-kind]#external#

Validates a DeployAccount transaction.
Validates a https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/Blocks/transactions/#deploy_account_transaction[`DeployAccount` transaction]. See xref:/guides/deployment.adoc[Counterfactual Deployments].

Returns the short string `'VALID'` if valid, or any other value otherwise.

Expand Down

0 comments on commit 19b8372

Please sign in to comment.