Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 595 Bytes

transactions.md

File metadata and controls

11 lines (8 loc) · 595 Bytes

Supported Transaction Types

Katana aims to follow the Starknet specifications as closely as possible, and mimics the features that is currently supported on the mainnet. As such, Katana currently supports the following Starknet transaction types:

Type Version
INVOKE 1, 3
DECLARE 1, 2, 3
DEPLOY_ACCOUNT 1, 3

To learn more about the different transaction types, you can refer to the Starknet documentation.