diff --git a/swagguard/node/models/channel_close_mutual_tx_json.go b/swagguard/node/models/channel_close_mutual_tx_json.go index 8125195..bcd6f60 100644 --- a/swagguard/node/models/channel_close_mutual_tx_json.go +++ b/swagguard/node/models/channel_close_mutual_tx_json.go @@ -27,7 +27,7 @@ type ChannelCloseMutualTxJSON struct { // Type gets the type of this subtype func (m *ChannelCloseMutualTxJSON) Type() string { - return "ChannelCloseMutualTxJSON" + return "ChannelCloseMutualTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/channel_close_solo_tx_json.go b/swagguard/node/models/channel_close_solo_tx_json.go index b234cd0..8c18fb5 100644 --- a/swagguard/node/models/channel_close_solo_tx_json.go +++ b/swagguard/node/models/channel_close_solo_tx_json.go @@ -27,7 +27,7 @@ type ChannelCloseSoloTxJSON struct { // Type gets the type of this subtype func (m *ChannelCloseSoloTxJSON) Type() string { - return "ChannelCloseSoloTxJSON" + return "ChannelCloseSoloTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/channel_create_tx_json.go b/swagguard/node/models/channel_create_tx_json.go index c29e9cc..828e53c 100644 --- a/swagguard/node/models/channel_create_tx_json.go +++ b/swagguard/node/models/channel_create_tx_json.go @@ -27,7 +27,7 @@ type ChannelCreateTxJSON struct { // Type gets the type of this subtype func (m *ChannelCreateTxJSON) Type() string { - return "ChannelCreateTxJSON" + return "ChannelCreateTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/channel_deposit_tx_json.go b/swagguard/node/models/channel_deposit_tx_json.go index 8c2c813..bfb7a58 100644 --- a/swagguard/node/models/channel_deposit_tx_json.go +++ b/swagguard/node/models/channel_deposit_tx_json.go @@ -27,7 +27,7 @@ type ChannelDepositTxJSON struct { // Type gets the type of this subtype func (m *ChannelDepositTxJSON) Type() string { - return "ChannelDepositTxJSON" + return "ChannelDepositTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/channel_force_progress_tx_json.go b/swagguard/node/models/channel_force_progress_tx_json.go index 32af536..1508b37 100644 --- a/swagguard/node/models/channel_force_progress_tx_json.go +++ b/swagguard/node/models/channel_force_progress_tx_json.go @@ -27,7 +27,7 @@ type ChannelForceProgressTxJSON struct { // Type gets the type of this subtype func (m *ChannelForceProgressTxJSON) Type() string { - return "ChannelForceProgressTxJSON" + return "ChannelForceProgressTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/channel_settle_tx_json.go b/swagguard/node/models/channel_settle_tx_json.go index 888fc76..65c82d0 100644 --- a/swagguard/node/models/channel_settle_tx_json.go +++ b/swagguard/node/models/channel_settle_tx_json.go @@ -27,7 +27,7 @@ type ChannelSettleTxJSON struct { // Type gets the type of this subtype func (m *ChannelSettleTxJSON) Type() string { - return "ChannelSettleTxJSON" + return "ChannelSettleTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/channel_slash_tx_json.go b/swagguard/node/models/channel_slash_tx_json.go index 4ac1e47..6826151 100644 --- a/swagguard/node/models/channel_slash_tx_json.go +++ b/swagguard/node/models/channel_slash_tx_json.go @@ -27,7 +27,7 @@ type ChannelSlashTxJSON struct { // Type gets the type of this subtype func (m *ChannelSlashTxJSON) Type() string { - return "ChannelSlashTxJSON" + return "ChannelSlashTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/channel_snapshot_solo_tx_json.go b/swagguard/node/models/channel_snapshot_solo_tx_json.go index f67745a..6e2aee5 100644 --- a/swagguard/node/models/channel_snapshot_solo_tx_json.go +++ b/swagguard/node/models/channel_snapshot_solo_tx_json.go @@ -27,7 +27,7 @@ type ChannelSnapshotSoloTxJSON struct { // Type gets the type of this subtype func (m *ChannelSnapshotSoloTxJSON) Type() string { - return "ChannelSnapshotSoloTxJSON" + return "ChannelSnapshotSoloTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/channel_withdrawal_tx_json.go b/swagguard/node/models/channel_withdrawal_tx_json.go index 13e3f3d..1a6813d 100644 --- a/swagguard/node/models/channel_withdrawal_tx_json.go +++ b/swagguard/node/models/channel_withdrawal_tx_json.go @@ -27,7 +27,7 @@ type ChannelWithdrawalTxJSON struct { // Type gets the type of this subtype func (m *ChannelWithdrawalTxJSON) Type() string { - return "ChannelWithdrawalTxJSON" + return "ChannelWithdrawalTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/contract_call_tx_json.go b/swagguard/node/models/contract_call_tx_json.go index 0670481..706123f 100644 --- a/swagguard/node/models/contract_call_tx_json.go +++ b/swagguard/node/models/contract_call_tx_json.go @@ -27,7 +27,7 @@ type ContractCallTxJSON struct { // Type gets the type of this subtype func (m *ContractCallTxJSON) Type() string { - return "ContractCallTxJSON" + return "ContractCallTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/contract_create_tx_json.go b/swagguard/node/models/contract_create_tx_json.go index 18d4cfe..235618c 100644 --- a/swagguard/node/models/contract_create_tx_json.go +++ b/swagguard/node/models/contract_create_tx_json.go @@ -27,7 +27,7 @@ type ContractCreateTxJSON struct { // Type gets the type of this subtype func (m *ContractCreateTxJSON) Type() string { - return "ContractCreateTxJSON" + return "ContractCreateTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/g_a_attach_tx_json.go b/swagguard/node/models/g_a_attach_tx_json.go index 31473d7..fe217f8 100644 --- a/swagguard/node/models/g_a_attach_tx_json.go +++ b/swagguard/node/models/g_a_attach_tx_json.go @@ -27,7 +27,7 @@ type GAAttachTxJSON struct { // Type gets the type of this subtype func (m *GAAttachTxJSON) Type() string { - return "GAAttachTxJSON" + return "GAAttachTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/g_a_meta_tx_json.go b/swagguard/node/models/g_a_meta_tx_json.go index 362c48b..66d713e 100644 --- a/swagguard/node/models/g_a_meta_tx_json.go +++ b/swagguard/node/models/g_a_meta_tx_json.go @@ -27,7 +27,7 @@ type GAMetaTxJSON struct { // Type gets the type of this subtype func (m *GAMetaTxJSON) Type() string { - return "GAMetaTxJSON" + return "GAMetaTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/name_claim_tx_json.go b/swagguard/node/models/name_claim_tx_json.go index 762083e..d4e6104 100644 --- a/swagguard/node/models/name_claim_tx_json.go +++ b/swagguard/node/models/name_claim_tx_json.go @@ -27,7 +27,7 @@ type NameClaimTxJSON struct { // Type gets the type of this subtype func (m *NameClaimTxJSON) Type() string { - return "NameClaimTxJSON" + return "NameClaimTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/name_preclaim_tx_json.go b/swagguard/node/models/name_preclaim_tx_json.go index d856040..a4612f4 100644 --- a/swagguard/node/models/name_preclaim_tx_json.go +++ b/swagguard/node/models/name_preclaim_tx_json.go @@ -27,7 +27,7 @@ type NamePreclaimTxJSON struct { // Type gets the type of this subtype func (m *NamePreclaimTxJSON) Type() string { - return "NamePreclaimTxJSON" + return "NamePreclaimTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/name_revoke_tx_json.go b/swagguard/node/models/name_revoke_tx_json.go index d2dc03a..86bca47 100644 --- a/swagguard/node/models/name_revoke_tx_json.go +++ b/swagguard/node/models/name_revoke_tx_json.go @@ -27,7 +27,7 @@ type NameRevokeTxJSON struct { // Type gets the type of this subtype func (m *NameRevokeTxJSON) Type() string { - return "NameRevokeTxJSON" + return "NameRevokeTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/name_transfer_tx_json.go b/swagguard/node/models/name_transfer_tx_json.go index a6a4d52..69ea87c 100644 --- a/swagguard/node/models/name_transfer_tx_json.go +++ b/swagguard/node/models/name_transfer_tx_json.go @@ -27,7 +27,7 @@ type NameTransferTxJSON struct { // Type gets the type of this subtype func (m *NameTransferTxJSON) Type() string { - return "NameTransferTxJSON" + return "NameTransferTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/name_update_tx_json.go b/swagguard/node/models/name_update_tx_json.go index 5098627..583accc 100644 --- a/swagguard/node/models/name_update_tx_json.go +++ b/swagguard/node/models/name_update_tx_json.go @@ -27,7 +27,7 @@ type NameUpdateTxJSON struct { // Type gets the type of this subtype func (m *NameUpdateTxJSON) Type() string { - return "NameUpdateTxJSON" + return "NameUpdateTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/oracle_extend_tx_json.go b/swagguard/node/models/oracle_extend_tx_json.go index a68eaab..4c75500 100644 --- a/swagguard/node/models/oracle_extend_tx_json.go +++ b/swagguard/node/models/oracle_extend_tx_json.go @@ -27,7 +27,7 @@ type OracleExtendTxJSON struct { // Type gets the type of this subtype func (m *OracleExtendTxJSON) Type() string { - return "OracleExtendTxJSON" + return "OracleExtendTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/oracle_query_tx_json.go b/swagguard/node/models/oracle_query_tx_json.go index 6829c2b..7a01dee 100644 --- a/swagguard/node/models/oracle_query_tx_json.go +++ b/swagguard/node/models/oracle_query_tx_json.go @@ -27,7 +27,7 @@ type OracleQueryTxJSON struct { // Type gets the type of this subtype func (m *OracleQueryTxJSON) Type() string { - return "OracleQueryTxJSON" + return "OracleQueryTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/oracle_register_tx_json.go b/swagguard/node/models/oracle_register_tx_json.go index 7a4fe01..adef7ce 100644 --- a/swagguard/node/models/oracle_register_tx_json.go +++ b/swagguard/node/models/oracle_register_tx_json.go @@ -27,7 +27,7 @@ type OracleRegisterTxJSON struct { // Type gets the type of this subtype func (m *OracleRegisterTxJSON) Type() string { - return "OracleRegisterTxJSON" + return "OracleRegisterTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/oracle_respond_tx_json.go b/swagguard/node/models/oracle_respond_tx_json.go index 080acb8..a4cf8f3 100644 --- a/swagguard/node/models/oracle_respond_tx_json.go +++ b/swagguard/node/models/oracle_respond_tx_json.go @@ -27,7 +27,7 @@ type OracleRespondTxJSON struct { // Type gets the type of this subtype func (m *OracleRespondTxJSON) Type() string { - return "OracleRespondTxJSON" + return "OracleRespondTx" } // SetType sets the type of this subtype diff --git a/swagguard/node/models/spend_tx_json.go b/swagguard/node/models/spend_tx_json.go index 3a1d020..ca00613 100644 --- a/swagguard/node/models/spend_tx_json.go +++ b/swagguard/node/models/spend_tx_json.go @@ -27,7 +27,7 @@ type SpendTxJSON struct { // Type gets the type of this subtype func (m *SpendTxJSON) Type() string { - return "SpendTxJSON" + return "SpendTx" } // SetType sets the type of this subtype