Skip to content

Commit

Permalink
Merge pull request #56 from akdilsiz/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
akdilsiz authored Jul 13, 2024
2 parents 78706ed + b47e96d commit ee72bce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const (
TypeSubMaster Type = "initial_sub_storage"
TypeSubAddresses Type = "interim_sub_storages"
TypeAccount Type = "initial_account"
TypeAccountInitialTXS Type = "initial_account_txs"
TypeMessage Type = "message"
TypeMessageSent Type = "inherit_message"
TypeMessageThreadDelete Type = "inherit_message_recv"
Expand Down Expand Up @@ -88,6 +89,7 @@ var TypesSlice = []Type{
TypeSubMaster,
TypeSubAddresses,
TypeAccount,
TypeAccountInitialTXS,
TypeMessage,
TypeMessageSent,
TypeMessageThreadDelete,
Expand Down

0 comments on commit ee72bce

Please sign in to comment.