summaryrefslogtreecommitdiff
path: root/protocol/txntype.go
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/txntype.go')
-rw-r--r--protocol/txntype.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/protocol/txntype.go b/protocol/txntype.go
index 8f6129139..919c576d4 100644
--- a/protocol/txntype.go
+++ b/protocol/txntype.go
@@ -47,15 +47,3 @@ const (
// UnknownTx signals an error
UnknownTx TxType = "unknown"
)
-
-// TxnTypes is an array containing all the defined transaction types
-var TxnTypes = []TxType{
- PaymentTx,
- KeyRegistrationTx,
- AssetConfigTx,
- AssetTransferTx,
- AssetFreezeTx,
- ApplicationCallTx,
- CompactCertTx,
- UnknownTx,
-}