diff --git a/Examples/iOS_Example/iOS_Example/ContentView.swift b/Examples/iOS_Example/iOS_Example/ContentView.swift index 27cc7fb..1cd4c98 100644 --- a/Examples/iOS_Example/iOS_Example/ContentView.swift +++ b/Examples/iOS_Example/iOS_Example/ContentView.swift @@ -2,7 +2,7 @@ // ContentView.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/iOS_Example/iOS_Example/View Models/HomeViewModel.swift b/Examples/iOS_Example/iOS_Example/View Models/HomeViewModel.swift index f0739fa..6c339c8 100644 --- a/Examples/iOS_Example/iOS_Example/View Models/HomeViewModel.swift +++ b/Examples/iOS_Example/iOS_Example/View Models/HomeViewModel.swift @@ -2,7 +2,7 @@ // HomeViewModel.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/iOS_Example/iOS_Example/Views/AccountView.swift b/Examples/iOS_Example/iOS_Example/Views/AccountView.swift index 000ec76..c19a629 100644 --- a/Examples/iOS_Example/iOS_Example/Views/AccountView.swift +++ b/Examples/iOS_Example/iOS_Example/Views/AccountView.swift @@ -2,7 +2,7 @@ // AccountView.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/iOS_Example/iOS_Example/Views/CreateCollectionView.swift b/Examples/iOS_Example/iOS_Example/Views/CreateCollectionView.swift index 90c7cf7..75debaa 100644 --- a/Examples/iOS_Example/iOS_Example/Views/CreateCollectionView.swift +++ b/Examples/iOS_Example/iOS_Example/Views/CreateCollectionView.swift @@ -2,7 +2,7 @@ // CreateCollectionView.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/iOS_Example/iOS_Example/Views/HomeView.swift b/Examples/iOS_Example/iOS_Example/Views/HomeView.swift index 1e89c13..7a5b0b7 100644 --- a/Examples/iOS_Example/iOS_Example/Views/HomeView.swift +++ b/Examples/iOS_Example/iOS_Example/Views/HomeView.swift @@ -2,7 +2,7 @@ // HomeView.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/iOS_Example/iOS_Example/Views/MintNFTView.swift b/Examples/iOS_Example/iOS_Example/Views/MintNFTView.swift index 8dd800c..c244fe0 100644 --- a/Examples/iOS_Example/iOS_Example/Views/MintNFTView.swift +++ b/Examples/iOS_Example/iOS_Example/Views/MintNFTView.swift @@ -2,7 +2,7 @@ // MintNFTView.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/iOS_Example/iOS_Example/Views/TransferView.swift b/Examples/iOS_Example/iOS_Example/Views/TransferView.swift index 4de41b7..a044152 100644 --- a/Examples/iOS_Example/iOS_Example/Views/TransferView.swift +++ b/Examples/iOS_Example/iOS_Example/Views/TransferView.swift @@ -2,7 +2,7 @@ // TransferView.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/iOS_Example/iOS_Example/iOS_ExampleApp.swift b/Examples/iOS_Example/iOS_Example/iOS_ExampleApp.swift index f8116ed..4e13891 100644 --- a/Examples/iOS_Example/iOS_Example/iOS_ExampleApp.swift +++ b/Examples/iOS_Example/iOS_Example/iOS_ExampleApp.swift @@ -2,7 +2,7 @@ // iOS_ExampleApp.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Extensions/Array.swift b/Sources/SuiKit/Extensions/Array.swift index c743677..6c79a5b 100644 --- a/Sources/SuiKit/Extensions/Array.swift +++ b/Sources/SuiKit/Extensions/Array.swift @@ -2,7 +2,7 @@ // Array.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Extensions/Data.swift b/Sources/SuiKit/Extensions/Data.swift index 70423db..4b8309d 100644 --- a/Sources/SuiKit/Extensions/Data.swift +++ b/Sources/SuiKit/Extensions/Data.swift @@ -2,7 +2,7 @@ // Data.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Extensions/Sequence.swift b/Sources/SuiKit/Extensions/Sequence.swift index 02cfa90..facda66 100644 --- a/Sources/SuiKit/Extensions/Sequence.swift +++ b/Sources/SuiKit/Extensions/Sequence.swift @@ -2,7 +2,7 @@ // Sequence.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Extensions/String.swift b/Sources/SuiKit/Extensions/String.swift index f10a600..a74c584 100644 --- a/Sources/SuiKit/Extensions/String.swift +++ b/Sources/SuiKit/Extensions/String.swift @@ -2,7 +2,7 @@ // String.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Extensions/UInt256.swift b/Sources/SuiKit/Extensions/UInt256.swift index 7d4f7c7..a48cc42 100644 --- a/Sources/SuiKit/Extensions/UInt256.swift +++ b/Sources/SuiKit/Extensions/UInt256.swift @@ -2,7 +2,7 @@ // UInt256.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Extensions/UInt64.swift b/Sources/SuiKit/Extensions/UInt64.swift index a506b73..851cd28 100644 --- a/Sources/SuiKit/Extensions/UInt64.swift +++ b/Sources/SuiKit/Extensions/UInt64.swift @@ -2,7 +2,7 @@ // UInt64.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Extensions/URLSession.swift b/Sources/SuiKit/Extensions/URLSession.swift index 735e348..b58b692 100644 --- a/Sources/SuiKit/Extensions/URLSession.swift +++ b/Sources/SuiKit/Extensions/URLSession.swift @@ -2,7 +2,7 @@ // URLSession.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/BCS/EncodingContainer.swift b/Sources/SuiKit/Protocols/BCS/EncodingContainer.swift index 61db2dd..9b46d2a 100644 --- a/Sources/SuiKit/Protocols/BCS/EncodingContainer.swift +++ b/Sources/SuiKit/Protocols/BCS/EncodingContainer.swift @@ -2,7 +2,7 @@ // EncodingContainer.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/BCS/EncodingProtocol.swift b/Sources/SuiKit/Protocols/BCS/EncodingProtocol.swift index a1782db..694177b 100644 --- a/Sources/SuiKit/Protocols/BCS/EncodingProtocol.swift +++ b/Sources/SuiKit/Protocols/BCS/EncodingProtocol.swift @@ -2,7 +2,7 @@ // EncodingProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/BCS/KeyProtocol.swift b/Sources/SuiKit/Protocols/BCS/KeyProtocol.swift index 2537971..656bd94 100644 --- a/Sources/SuiKit/Protocols/BCS/KeyProtocol.swift +++ b/Sources/SuiKit/Protocols/BCS/KeyProtocol.swift @@ -2,7 +2,7 @@ // KeyProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Cryptography/KeyValueProtocol.swift b/Sources/SuiKit/Protocols/Cryptography/KeyValueProtocol.swift index 7f9b4c5..84bdad9 100644 --- a/Sources/SuiKit/Protocols/Cryptography/KeyValueProtocol.swift +++ b/Sources/SuiKit/Protocols/Cryptography/KeyValueProtocol.swift @@ -2,7 +2,7 @@ // KeyValueProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Cryptography/PrivateKeyProtocol.swift b/Sources/SuiKit/Protocols/Cryptography/PrivateKeyProtocol.swift index 73777b6..3440b55 100644 --- a/Sources/SuiKit/Protocols/Cryptography/PrivateKeyProtocol.swift +++ b/Sources/SuiKit/Protocols/Cryptography/PrivateKeyProtocol.swift @@ -2,7 +2,7 @@ // PrivateKeyProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Cryptography/PublicKeyProtocol.swift b/Sources/SuiKit/Protocols/Cryptography/PublicKeyProtocol.swift index db4b6d5..0ece785 100644 --- a/Sources/SuiKit/Protocols/Cryptography/PublicKeyProtocol.swift +++ b/Sources/SuiKit/Protocols/Cryptography/PublicKeyProtocol.swift @@ -2,7 +2,7 @@ // PublicKeyProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Cryptography/SecKeyConvertible.swift b/Sources/SuiKit/Protocols/Cryptography/SecKeyConvertible.swift index 0d3b7a4..9f78c7f 100644 --- a/Sources/SuiKit/Protocols/Cryptography/SecKeyConvertible.swift +++ b/Sources/SuiKit/Protocols/Cryptography/SecKeyConvertible.swift @@ -2,7 +2,7 @@ // SecKeyConvertible.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Sui/ConnectionProtocol.swift b/Sources/SuiKit/Protocols/Sui/ConnectionProtocol.swift index 9cc8fb8..aafa2b5 100644 --- a/Sources/SuiKit/Protocols/Sui/ConnectionProtocol.swift +++ b/Sources/SuiKit/Protocols/Sui/ConnectionProtocol.swift @@ -2,7 +2,7 @@ // ConnectionProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Sui/RPCErrorRequest.swift b/Sources/SuiKit/Protocols/Sui/RPCErrorRequest.swift index 053a4e9..69ce766 100644 --- a/Sources/SuiKit/Protocols/Sui/RPCErrorRequest.swift +++ b/Sources/SuiKit/Protocols/Sui/RPCErrorRequest.swift @@ -2,7 +2,7 @@ // RPCErrorRequest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Sui/ResolvedProtocol.swift b/Sources/SuiKit/Protocols/Sui/ResolvedProtocol.swift index 63994a5..ac5a4f4 100644 --- a/Sources/SuiKit/Protocols/Sui/ResolvedProtocol.swift +++ b/Sources/SuiKit/Protocols/Sui/ResolvedProtocol.swift @@ -2,7 +2,7 @@ // ResolvedProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Sui/SignerWithProviderProtocol.swift b/Sources/SuiKit/Protocols/Sui/SignerWithProviderProtocol.swift index 259353a..aad774f 100644 --- a/Sources/SuiKit/Protocols/Sui/SignerWithProviderProtocol.swift +++ b/Sources/SuiKit/Protocols/Sui/SignerWithProviderProtocol.swift @@ -2,7 +2,7 @@ // SignerWithProviderProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Sui/SuiRPCError.swift b/Sources/SuiKit/Protocols/Sui/SuiRPCError.swift index f6d8031..e872965 100644 --- a/Sources/SuiKit/Protocols/Sui/SuiRPCError.swift +++ b/Sources/SuiKit/Protocols/Sui/SuiRPCError.swift @@ -2,7 +2,7 @@ // SuiRPCErrorProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Sui/TransactionProtocol.swift b/Sources/SuiKit/Protocols/Sui/TransactionProtocol.swift index c0cad24..50ca54a 100644 --- a/Sources/SuiKit/Protocols/Sui/TransactionProtocol.swift +++ b/Sources/SuiKit/Protocols/Sui/TransactionProtocol.swift @@ -2,7 +2,7 @@ // TransactionProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Protocols/Sui/TypeProtocol.swift b/Sources/SuiKit/Protocols/Sui/TypeProtocol.swift index 6cec0d1..e0a4732 100644 --- a/Sources/SuiKit/Protocols/Sui/TypeProtocol.swift +++ b/Sources/SuiKit/Protocols/Sui/TypeProtocol.swift @@ -2,7 +2,7 @@ // TypeProtocol.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Errors/AccountError.swift b/Sources/SuiKit/Types/Enums/Errors/AccountError.swift index 7af0b96..b5fa42b 100644 --- a/Sources/SuiKit/Types/Enums/Errors/AccountError.swift +++ b/Sources/SuiKit/Types/Enums/Errors/AccountError.swift @@ -2,7 +2,7 @@ // AccountError.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Errors/BCSError.swift b/Sources/SuiKit/Types/Enums/Errors/BCSError.swift index 7ff404c..7e0ceb1 100644 --- a/Sources/SuiKit/Types/Enums/Errors/BCSError.swift +++ b/Sources/SuiKit/Types/Enums/Errors/BCSError.swift @@ -2,7 +2,7 @@ // BCSError.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Errors/SuiError.swift b/Sources/SuiKit/Types/Enums/Errors/SuiError.swift index ecfb130..01b1696 100644 --- a/Sources/SuiKit/Types/Enums/Errors/SuiError.swift +++ b/Sources/SuiKit/Types/Enums/Errors/SuiError.swift @@ -2,7 +2,7 @@ // SuiError.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Objects/MoveStruct.swift b/Sources/SuiKit/Types/Enums/Objects/MoveStruct.swift index be5976d..ac63e12 100644 --- a/Sources/SuiKit/Types/Enums/Objects/MoveStruct.swift +++ b/Sources/SuiKit/Types/Enums/Objects/MoveStruct.swift @@ -2,7 +2,7 @@ // MoveStruct.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Objects/MoveValue.swift b/Sources/SuiKit/Types/Enums/Objects/MoveValue.swift index 210d285..b026775 100644 --- a/Sources/SuiKit/Types/Enums/Objects/MoveValue.swift +++ b/Sources/SuiKit/Types/Enums/Objects/MoveValue.swift @@ -2,7 +2,7 @@ // MoveValue.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Objects/ObjectOwner.swift b/Sources/SuiKit/Types/Enums/Objects/ObjectOwner.swift index b9575ac..3db3a25 100644 --- a/Sources/SuiKit/Types/Enums/Objects/ObjectOwner.swift +++ b/Sources/SuiKit/Types/Enums/Objects/ObjectOwner.swift @@ -2,7 +2,7 @@ // ObjectOwner.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Objects/ObjectRead.swift b/Sources/SuiKit/Types/Enums/Objects/ObjectRead.swift index fb72af6..eefe767 100644 --- a/Sources/SuiKit/Types/Enums/Objects/ObjectRead.swift +++ b/Sources/SuiKit/Types/Enums/Objects/ObjectRead.swift @@ -2,7 +2,7 @@ // ObjectRead.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Objects/RawData.swift b/Sources/SuiKit/Types/Enums/Objects/RawData.swift index ccadd69..d226963 100644 --- a/Sources/SuiKit/Types/Enums/Objects/RawData.swift +++ b/Sources/SuiKit/Types/Enums/Objects/RawData.swift @@ -2,7 +2,7 @@ // RawData.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Objects/SuiParsedData.swift b/Sources/SuiKit/Types/Enums/Objects/SuiParsedData.swift index d988be4..55dd237 100644 --- a/Sources/SuiKit/Types/Enums/Objects/SuiParsedData.swift +++ b/Sources/SuiKit/Types/Enums/Objects/SuiParsedData.swift @@ -2,7 +2,7 @@ // SuiParsedData.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Parameters/SortOrder.swift b/Sources/SuiKit/Types/Enums/Provider/Parameters/SortOrder.swift index 2c1bce5..96b1d32 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Parameters/SortOrder.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Parameters/SortOrder.swift @@ -2,7 +2,7 @@ // SortOrder.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Parameters/SuiEventFilter.swift b/Sources/SuiKit/Types/Enums/Provider/Parameters/SuiEventFilter.swift index 6af6aa3..c43ed86 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Parameters/SuiEventFilter.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Parameters/SuiEventFilter.swift @@ -2,7 +2,7 @@ // SuiEventFilter.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Parameters/SuiObjectDataFilter.swift b/Sources/SuiKit/Types/Enums/Provider/Parameters/SuiObjectDataFilter.swift index 2f9d1a8..53a4ec1 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Parameters/SuiObjectDataFilter.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Parameters/SuiObjectDataFilter.swift @@ -2,7 +2,7 @@ // SuiObjectDataFilter.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Parameters/TransactionFilter.swift b/Sources/SuiKit/Types/Enums/Provider/Parameters/TransactionFilter.swift index 3bf26f9..b0fe262 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Parameters/TransactionFilter.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Parameters/TransactionFilter.swift @@ -2,7 +2,7 @@ // TransactionFilter.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Responses/DynamicFieldType.swift b/Sources/SuiKit/Types/Enums/Provider/Responses/DynamicFieldType.swift index 4dfa144..4c25d3e 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Responses/DynamicFieldType.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Responses/DynamicFieldType.swift @@ -2,7 +2,7 @@ // DynamicFieldType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Responses/ExecutionStatusType.swift b/Sources/SuiKit/Types/Enums/Provider/Responses/ExecutionStatusType.swift index c23f50b..71e2187 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Responses/ExecutionStatusType.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Responses/ExecutionStatusType.swift @@ -2,7 +2,7 @@ // ExecutionStatusType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Responses/MessageVersion.swift b/Sources/SuiKit/Types/Enums/Provider/Responses/MessageVersion.swift index c034d67..813a271 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Responses/MessageVersion.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Responses/MessageVersion.swift @@ -2,7 +2,7 @@ // MessageVersion.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Responses/ObjectResponseError.swift b/Sources/SuiKit/Types/Enums/Provider/Responses/ObjectResponseError.swift index 4017460..1cd1df3 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Responses/ObjectResponseError.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Responses/ObjectResponseError.swift @@ -2,7 +2,7 @@ // ObjectResponseError.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Responses/ObjectValueKind.swift b/Sources/SuiKit/Types/Enums/Provider/Responses/ObjectValueKind.swift index e03909e..9c0a696 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Responses/ObjectValueKind.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Responses/ObjectValueKind.swift @@ -2,7 +2,7 @@ // ObjectValueKind.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Responses/StakeStatus.swift b/Sources/SuiKit/Types/Enums/Provider/Responses/StakeStatus.swift index aeec7eb..676c823 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Responses/StakeStatus.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Responses/StakeStatus.swift @@ -2,7 +2,7 @@ // StakeStatus.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Responses/SuiMoveFunctionArgType.swift b/Sources/SuiKit/Types/Enums/Provider/Responses/SuiMoveFunctionArgType.swift index b13fefc..9026f73 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Responses/SuiMoveFunctionArgType.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Responses/SuiMoveFunctionArgType.swift @@ -2,7 +2,7 @@ // SuiMoveFunctionArgType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Provider/Responses/SuiObjectChange.swift b/Sources/SuiKit/Types/Enums/Provider/Responses/SuiObjectChange.swift index ff3edba..a4bc661 100644 --- a/Sources/SuiKit/Types/Enums/Provider/Responses/SuiObjectChange.swift +++ b/Sources/SuiKit/Types/Enums/Provider/Responses/SuiObjectChange.swift @@ -2,7 +2,7 @@ // SuiObjectChange.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Signer/AppId.swift b/Sources/SuiKit/Types/Enums/Signer/AppId.swift index 9613877..4ece965 100644 --- a/Sources/SuiKit/Types/Enums/Signer/AppId.swift +++ b/Sources/SuiKit/Types/Enums/Signer/AppId.swift @@ -2,7 +2,7 @@ // AppId.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Signer/IntentScope.swift b/Sources/SuiKit/Types/Enums/Signer/IntentScope.swift index 45d9bed..2ef2fb6 100644 --- a/Sources/SuiKit/Types/Enums/Signer/IntentScope.swift +++ b/Sources/SuiKit/Types/Enums/Signer/IntentScope.swift @@ -2,7 +2,7 @@ // IntentScope.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Signer/IntentVersion.swift b/Sources/SuiKit/Types/Enums/Signer/IntentVersion.swift index 8b2df14..281d96d 100644 --- a/Sources/SuiKit/Types/Enums/Signer/IntentVersion.swift +++ b/Sources/SuiKit/Types/Enums/Signer/IntentVersion.swift @@ -2,7 +2,7 @@ // IntentVersion.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Cryptography/DataType.swift b/Sources/SuiKit/Types/Enums/Sui/Cryptography/DataType.swift index 8ec3730..ffbe3bd 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Cryptography/DataType.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Cryptography/DataType.swift @@ -2,7 +2,7 @@ // DataType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Cryptography/KeyType.swift b/Sources/SuiKit/Types/Enums/Sui/Cryptography/KeyType.swift index d04ba6c..fb2e4ab 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Cryptography/KeyType.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Cryptography/KeyType.swift @@ -2,7 +2,7 @@ // KeyType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Cryptography/SignatureScheme.swift b/Sources/SuiKit/Types/Enums/Sui/Cryptography/SignatureScheme.swift index 4906a82..7a6fb01 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Cryptography/SignatureScheme.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Cryptography/SignatureScheme.swift @@ -2,7 +2,7 @@ // SignatureScheme.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Inputs/InputType.swift b/Sources/SuiKit/Types/Enums/Sui/Inputs/InputType.swift index 53b7427..0e3c310 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Inputs/InputType.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Inputs/InputType.swift @@ -2,7 +2,7 @@ // InputType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Inputs/ObjectArg.swift b/Sources/SuiKit/Types/Enums/Sui/Inputs/ObjectArg.swift index fd5d2fe..4ccbaca 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Inputs/ObjectArg.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Inputs/ObjectArg.swift @@ -2,7 +2,7 @@ // ObjectArg.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Inputs/TransactionArgumentName.swift b/Sources/SuiKit/Types/Enums/Sui/Inputs/TransactionArgumentName.swift index 1664771..6d196ee 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Inputs/TransactionArgumentName.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Inputs/TransactionArgumentName.swift @@ -2,7 +2,7 @@ // TransactionArgumentName.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Inputs/ValueType.swift b/Sources/SuiKit/Types/Enums/Sui/Inputs/ValueType.swift index 0b6984e..cb95c46 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Inputs/ValueType.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Inputs/ValueType.swift @@ -2,7 +2,7 @@ // ValueType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Normalized/SuiMoveNormalizedType.swift b/Sources/SuiKit/Types/Enums/Sui/Normalized/SuiMoveNormalizedType.swift index 2267f8d..5e97f59 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Normalized/SuiMoveNormalizedType.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Normalized/SuiMoveNormalizedType.swift @@ -2,7 +2,7 @@ // SuiMoveNormalizedType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Normalized/SuiMoveVisibility.swift b/Sources/SuiKit/Types/Enums/Sui/Normalized/SuiMoveVisibility.swift index f176d6f..8438f4e 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Normalized/SuiMoveVisibility.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Normalized/SuiMoveVisibility.swift @@ -2,7 +2,7 @@ // SuiMoveVisibility.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/SuiRequestType.swift b/Sources/SuiKit/Types/Enums/Sui/SuiRequestType.swift index 5299458..a144c96 100644 --- a/Sources/SuiKit/Types/Enums/Sui/SuiRequestType.swift +++ b/Sources/SuiKit/Types/Enums/Sui/SuiRequestType.swift @@ -2,7 +2,7 @@ // SuiRequestType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Transactions/LimitsKey.swift b/Sources/SuiKit/Types/Enums/Sui/Transactions/LimitsKey.swift index a2b4266..b172c75 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Transactions/LimitsKey.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Transactions/LimitsKey.swift @@ -2,7 +2,7 @@ // LimitsKey.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Transactions/ProtocolConfigValue.swift b/Sources/SuiKit/Types/Enums/Sui/Transactions/ProtocolConfigValue.swift index fcdba60..4709cdb 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Transactions/ProtocolConfigValue.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Transactions/ProtocolConfigValue.swift @@ -2,7 +2,7 @@ // ProtocolConfigValue.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Transactions/TransactionArgument.swift b/Sources/SuiKit/Types/Enums/Sui/Transactions/TransactionArgument.swift index b836cc7..cd15fc1 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Transactions/TransactionArgument.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Transactions/TransactionArgument.swift @@ -2,7 +2,7 @@ // ProtocolConfigValue.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Sui/Transactions/TransactionExpiration.swift b/Sources/SuiKit/Types/Enums/Sui/Transactions/TransactionExpiration.swift index 01fefcd..634480c 100644 --- a/Sources/SuiKit/Types/Enums/Sui/Transactions/TransactionExpiration.swift +++ b/Sources/SuiKit/Types/Enums/Sui/Transactions/TransactionExpiration.swift @@ -2,7 +2,7 @@ // TransactionExpiration.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/SuiNS/DataFields.swift b/Sources/SuiKit/Types/Enums/SuiNS/DataFields.swift index 4436846..244d799 100644 --- a/Sources/SuiKit/Types/Enums/SuiNS/DataFields.swift +++ b/Sources/SuiKit/Types/Enums/SuiNS/DataFields.swift @@ -2,7 +2,7 @@ // DataFields.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/SuiNS/NetworkType.swift b/Sources/SuiKit/Types/Enums/SuiNS/NetworkType.swift index 8cc4727..b9ac57b 100644 --- a/Sources/SuiKit/Types/Enums/SuiNS/NetworkType.swift +++ b/Sources/SuiKit/Types/Enums/SuiNS/NetworkType.swift @@ -2,7 +2,7 @@ // NetworkType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Transactions/SuiJsonValue.swift b/Sources/SuiKit/Types/Enums/Transactions/SuiJsonValue.swift index 56f6f3e..cd7553e 100644 --- a/Sources/SuiKit/Types/Enums/Transactions/SuiJsonValue.swift +++ b/Sources/SuiKit/Types/Enums/Transactions/SuiJsonValue.swift @@ -2,7 +2,7 @@ // SuiJsonValue.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Transactions/SuiJsonValueType.swift b/Sources/SuiKit/Types/Enums/Transactions/SuiJsonValueType.swift index c46a0dc..19823fc 100644 --- a/Sources/SuiKit/Types/Enums/Transactions/SuiJsonValueType.swift +++ b/Sources/SuiKit/Types/Enums/Transactions/SuiJsonValueType.swift @@ -2,7 +2,7 @@ // SuiJsonValueType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Transactions/SuiTransaction.swift b/Sources/SuiKit/Types/Enums/Transactions/SuiTransaction.swift index 126d43c..c3f22eb 100644 --- a/Sources/SuiKit/Types/Enums/Transactions/SuiTransaction.swift +++ b/Sources/SuiKit/Types/Enums/Transactions/SuiTransaction.swift @@ -2,7 +2,7 @@ // SuiTransaction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Transactions/SuiTransactionBlockKind.swift b/Sources/SuiKit/Types/Enums/Transactions/SuiTransactionBlockKind.swift index 950af0f..bc867c5 100644 --- a/Sources/SuiKit/Types/Enums/Transactions/SuiTransactionBlockKind.swift +++ b/Sources/SuiKit/Types/Enums/Transactions/SuiTransactionBlockKind.swift @@ -2,7 +2,7 @@ // SuiTransactionBlockKind.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Transactions/SuiTransactionKind.swift b/Sources/SuiKit/Types/Enums/Transactions/SuiTransactionKind.swift index a16d1c2..e08f535 100644 --- a/Sources/SuiKit/Types/Enums/Transactions/SuiTransactionKind.swift +++ b/Sources/SuiKit/Types/Enums/Transactions/SuiTransactionKind.swift @@ -2,7 +2,7 @@ // SuiTransactionKind.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Transactions/TransactionData.swift b/Sources/SuiKit/Types/Enums/Transactions/TransactionData.swift index 89a5c63..f1da725 100644 --- a/Sources/SuiKit/Types/Enums/Transactions/TransactionData.swift +++ b/Sources/SuiKit/Types/Enums/Transactions/TransactionData.swift @@ -2,7 +2,7 @@ // TransactionData.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Enums/Transactions/TransactionKindName.swift b/Sources/SuiKit/Types/Enums/Transactions/TransactionKindName.swift index c7ab913..48525a7 100644 --- a/Sources/SuiKit/Types/Enums/Transactions/TransactionKindName.swift +++ b/Sources/SuiKit/Types/Enums/Transactions/TransactionKindName.swift @@ -2,7 +2,7 @@ // TransactionKindName.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/Objects/ImmOrOwned.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/Objects/ImmOrOwned.swift index 2ebd7c6..3848ac3 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/Objects/ImmOrOwned.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/Objects/ImmOrOwned.swift @@ -2,7 +2,7 @@ // ImmOrOwned.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/Objects/SharedObjectArg.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/Objects/SharedObjectArg.swift index 7503cb3..c64dd82 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/Objects/SharedObjectArg.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/Objects/SharedObjectArg.swift @@ -2,7 +2,7 @@ // SharedObjectArg.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/PureCallArg.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/PureCallArg.swift index dec0f77..b1252d7 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/PureCallArg.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Arguments/PureCallArg.swift @@ -2,7 +2,7 @@ // PureCallArg.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Input.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Input.swift index 66fe1cc..aa634ec 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Input.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Input.swift @@ -2,7 +2,7 @@ // Input.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Inputs.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Inputs.swift index 108bd29..79276dd 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Inputs.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/Inputs/Inputs.swift @@ -2,7 +2,7 @@ // Inputs.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/SerializedTransactionDataBuilder.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/SerializedTransactionDataBuilder.swift index 8d45877..c49f280 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/SerializedTransactionDataBuilder.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/SerializedTransactionDataBuilder.swift @@ -2,7 +2,7 @@ // SerializedTransactionDataBuilder.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/NestedResult.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/NestedResult.swift index daf1c0f..441d0aa 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/NestedResult.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/NestedResult.swift @@ -2,7 +2,7 @@ // NestedResult.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/Result.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/Result.swift index 0059e8f..0fa1293 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/Result.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/Result.swift @@ -2,7 +2,7 @@ // Result.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/TransactionBlockInput.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/TransactionBlockInput.swift index 329c5b2..02286ff 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/TransactionBlockInput.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionArguments/TransactionBlockInput.swift @@ -2,7 +2,7 @@ // TransactionBlockInput.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/BuildOptions.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/BuildOptions.swift index 88aa46d..4efea26 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/BuildOptions.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/BuildOptions.swift @@ -2,7 +2,7 @@ // BuildOptions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ObjectsToResolve.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ObjectsToResolve.swift index d9453f6..a0c8fea 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ObjectsToResolve.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ObjectsToResolve.swift @@ -2,7 +2,7 @@ // ObjectsToResolve.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ProtocolConfig.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ProtocolConfig.swift index ab87133..b400179 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ProtocolConfig.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ProtocolConfig.swift @@ -2,7 +2,7 @@ // ProtocolConfig.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedAsciiStr.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedAsciiStr.swift index 08f1f0a..5a10872 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedAsciiStr.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedAsciiStr.swift @@ -2,7 +2,7 @@ // ResolvedAsciiStr.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedConstants.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedConstants.swift index 0e512e6..e107c47 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedConstants.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedConstants.swift @@ -2,7 +2,7 @@ // ResolvedConstants.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedStdOption.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedStdOption.swift index fb7dd5e..25b74a0 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedStdOption.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedStdOption.swift @@ -2,7 +2,7 @@ // ResolvedStdOption.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedSuiId.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedSuiId.swift index 5615777..c60beb6 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedSuiId.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedSuiId.swift @@ -2,7 +2,7 @@ // ResolvedSuiId.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedUtf8Str.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedUtf8Str.swift index 3c7c19b..40c30c5 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedUtf8Str.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/ResolveStructs/ResolvedUtf8Str.swift @@ -2,7 +2,7 @@ // ResolvedUtf8Str.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionBlock.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionBlock.swift index 3191ecf..d0cc651 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionBlock.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionBlock.swift @@ -2,7 +2,7 @@ // TransactionBlock.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionBlockAliases.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionBlockAliases.swift index e0d7fc0..5ef5214 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionBlockAliases.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionBlockAliases.swift @@ -2,7 +2,7 @@ // TransactionBlockAliases.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionConstants.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionConstants.swift index 2aa8621..ae4c51c 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionConstants.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionConstants.swift @@ -2,7 +2,7 @@ // TransactionConstants.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionResult.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionResult.swift index ceb1644..aed7993 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionResult.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionResult.swift @@ -2,7 +2,7 @@ // TransactionResult.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlockData.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlockData.swift index 8896a0e..5c656ad 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlockData.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlockData.swift @@ -2,7 +2,7 @@ // TransactionBlockDataBuilder.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MakeMoveVec/MakeMoveVecTransaction.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MakeMoveVec/MakeMoveVecTransaction.swift index 5e48e31..70f886d 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MakeMoveVec/MakeMoveVecTransaction.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MakeMoveVec/MakeMoveVecTransaction.swift @@ -2,7 +2,7 @@ // MakeMoveVecTransaction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MergeCoins/MergeCoinsTransaction.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MergeCoins/MergeCoinsTransaction.swift index 24c9069..3dac02b 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MergeCoins/MergeCoinsTransaction.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MergeCoins/MergeCoinsTransaction.swift @@ -2,7 +2,7 @@ // MergeCoinsTransaction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MoveCall/MoveCallTransaction.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MoveCall/MoveCallTransaction.swift index a9ae1d4..49271ba 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MoveCall/MoveCallTransaction.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/MoveCall/MoveCallTransaction.swift @@ -2,7 +2,7 @@ // MoveCallTransaction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/Publish/PublishTransaction.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/Publish/PublishTransaction.swift index dc01f98..d0e76cf 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/Publish/PublishTransaction.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/Publish/PublishTransaction.swift @@ -2,7 +2,7 @@ // PublishTransaction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/SplitCoins/SplitCoinsTransaction.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/SplitCoins/SplitCoinsTransaction.swift index 64b1fa3..76331dc 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/SplitCoins/SplitCoinsTransaction.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/SplitCoins/SplitCoinsTransaction.swift @@ -2,7 +2,7 @@ // SplitCoinsTransaction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/TransferObjects/TransferObjectsTransaction.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/TransferObjects/TransferObjectsTransaction.swift index 9555caa..93088c4 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/TransferObjects/TransferObjectsTransaction.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/TransferObjects/TransferObjectsTransaction.swift @@ -2,7 +2,7 @@ // TransferObjectsTransaction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/Upgrade/UpgradeTransaction.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/Upgrade/UpgradeTransaction.swift index df25c91..6871fca 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/Upgrade/UpgradeTransaction.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionObjects/Upgrade/UpgradeTransaction.swift @@ -2,7 +2,7 @@ // UpgradeTransaction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Builders/Transactions/Transactions.swift b/Sources/SuiKit/Types/Structs/Builders/Transactions/Transactions.swift index 4b626f0..92a988f 100644 --- a/Sources/SuiKit/Types/Structs/Builders/Transactions/Transactions.swift +++ b/Sources/SuiKit/Types/Structs/Builders/Transactions/Transactions.swift @@ -2,7 +2,7 @@ // Transactions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Checkpoints/Checkpoint.swift b/Sources/SuiKit/Types/Structs/Checkpoints/Checkpoint.swift index 69e1b97..64bb272 100644 --- a/Sources/SuiKit/Types/Structs/Checkpoints/Checkpoint.swift +++ b/Sources/SuiKit/Types/Structs/Checkpoints/Checkpoint.swift @@ -2,7 +2,7 @@ // Checkpoint.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Checkpoints/CheckpointAliases.swift b/Sources/SuiKit/Types/Structs/Checkpoints/CheckpointAliases.swift index 4a3634e..42375ec 100644 --- a/Sources/SuiKit/Types/Structs/Checkpoints/CheckpointAliases.swift +++ b/Sources/SuiKit/Types/Structs/Checkpoints/CheckpointAliases.swift @@ -2,7 +2,7 @@ // CheckpointAliases.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Checkpoints/CheckpointPage.swift b/Sources/SuiKit/Types/Structs/Checkpoints/CheckpointPage.swift index e916898..f437826 100644 --- a/Sources/SuiKit/Types/Structs/Checkpoints/CheckpointPage.swift +++ b/Sources/SuiKit/Types/Structs/Checkpoints/CheckpointPage.swift @@ -2,7 +2,7 @@ // CheckpointPage.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Checkpoints/EndOfEpochData.swift b/Sources/SuiKit/Types/Structs/Checkpoints/EndOfEpochData.swift index c79327a..8774490 100644 --- a/Sources/SuiKit/Types/Structs/Checkpoints/EndOfEpochData.swift +++ b/Sources/SuiKit/Types/Structs/Checkpoints/EndOfEpochData.swift @@ -2,7 +2,7 @@ // EndOfEpochData.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Checkpoints/GasCostSummary.swift b/Sources/SuiKit/Types/Structs/Checkpoints/GasCostSummary.swift index 87c78b1..e0aaf3f 100644 --- a/Sources/SuiKit/Types/Structs/Checkpoints/GasCostSummary.swift +++ b/Sources/SuiKit/Types/Structs/Checkpoints/GasCostSummary.swift @@ -2,7 +2,7 @@ // GasCostSummary.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Coin/CoinBalance.swift b/Sources/SuiKit/Types/Structs/Coin/CoinBalance.swift index d085be1..ae5af6d 100644 --- a/Sources/SuiKit/Types/Structs/Coin/CoinBalance.swift +++ b/Sources/SuiKit/Types/Structs/Coin/CoinBalance.swift @@ -2,7 +2,7 @@ // CoinBalance.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Coin/LockedBalance.swift b/Sources/SuiKit/Types/Structs/Coin/LockedBalance.swift index bc5a136..79194df 100644 --- a/Sources/SuiKit/Types/Structs/Coin/LockedBalance.swift +++ b/Sources/SuiKit/Types/Structs/Coin/LockedBalance.swift @@ -2,7 +2,7 @@ // LockedBalance.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Coin/PaginatedCoins.swift b/Sources/SuiKit/Types/Structs/Coin/PaginatedCoins.swift index 919914f..8544e98 100644 --- a/Sources/SuiKit/Types/Structs/Coin/PaginatedCoins.swift +++ b/Sources/SuiKit/Types/Structs/Coin/PaginatedCoins.swift @@ -2,7 +2,7 @@ // PaginatedCoins.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Cryptography/Account.swift b/Sources/SuiKit/Types/Structs/Cryptography/Account.swift index 48866df..067a490 100644 --- a/Sources/SuiKit/Types/Structs/Cryptography/Account.swift +++ b/Sources/SuiKit/Types/Structs/Cryptography/Account.swift @@ -2,7 +2,7 @@ // Account.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Cryptography/AccountAddress.swift b/Sources/SuiKit/Types/Structs/Cryptography/AccountAddress.swift index 9b9490a..9888e4a 100644 --- a/Sources/SuiKit/Types/Structs/Cryptography/AccountAddress.swift +++ b/Sources/SuiKit/Types/Structs/Cryptography/AccountAddress.swift @@ -2,7 +2,7 @@ // AccountAddress.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Cryptography/Signature.swift b/Sources/SuiKit/Types/Structs/Cryptography/Signature.swift index 44243aa..8ccb2e5 100644 --- a/Sources/SuiKit/Types/Structs/Cryptography/Signature.swift +++ b/Sources/SuiKit/Types/Structs/Cryptography/Signature.swift @@ -2,7 +2,7 @@ // Signature.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Cryptography/SignatureSchemeFlags.swift b/Sources/SuiKit/Types/Structs/Cryptography/SignatureSchemeFlags.swift index 76653ec..4e3c378 100644 --- a/Sources/SuiKit/Types/Structs/Cryptography/SignatureSchemeFlags.swift +++ b/Sources/SuiKit/Types/Structs/Cryptography/SignatureSchemeFlags.swift @@ -2,7 +2,7 @@ // SignatureSchemeFlags.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Cryptography/Wallet.swift b/Sources/SuiKit/Types/Structs/Cryptography/Wallet.swift index 65ace69..8d988ff 100644 --- a/Sources/SuiKit/Types/Structs/Cryptography/Wallet.swift +++ b/Sources/SuiKit/Types/Structs/Cryptography/Wallet.swift @@ -2,7 +2,7 @@ // Wallet.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Faucet/Event/EventId.swift b/Sources/SuiKit/Types/Structs/Faucet/Event/EventId.swift index c043199..f06dbc8 100644 --- a/Sources/SuiKit/Types/Structs/Faucet/Event/EventId.swift +++ b/Sources/SuiKit/Types/Structs/Faucet/Event/EventId.swift @@ -2,7 +2,7 @@ // EventId.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Faucet/Event/PaginatedSuiMoveEvent.swift b/Sources/SuiKit/Types/Structs/Faucet/Event/PaginatedSuiMoveEvent.swift index 592e4fc..05be008 100644 --- a/Sources/SuiKit/Types/Structs/Faucet/Event/PaginatedSuiMoveEvent.swift +++ b/Sources/SuiKit/Types/Structs/Faucet/Event/PaginatedSuiMoveEvent.swift @@ -2,7 +2,7 @@ // PaginatedSuiMoveEvent.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Faucet/Event/SuiEvent.swift b/Sources/SuiKit/Types/Structs/Faucet/Event/SuiEvent.swift index 0936f6a..ffd90d5 100644 --- a/Sources/SuiKit/Types/Structs/Faucet/Event/SuiEvent.swift +++ b/Sources/SuiKit/Types/Structs/Faucet/Event/SuiEvent.swift @@ -2,7 +2,7 @@ // SuiEvent.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Faucet/FaucetCoinInfo.swift b/Sources/SuiKit/Types/Structs/Faucet/FaucetCoinInfo.swift index f92cd64..afaec13 100644 --- a/Sources/SuiKit/Types/Structs/Faucet/FaucetCoinInfo.swift +++ b/Sources/SuiKit/Types/Structs/Faucet/FaucetCoinInfo.swift @@ -2,7 +2,7 @@ // FaucetCoinInfo.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Framework/Coin.swift b/Sources/SuiKit/Types/Structs/Framework/Coin.swift index e13e5ac..ae6e1bb 100644 --- a/Sources/SuiKit/Types/Structs/Framework/Coin.swift +++ b/Sources/SuiKit/Types/Structs/Framework/Coin.swift @@ -2,7 +2,7 @@ // Coin.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/GraphQL/GraphQLClient.swift b/Sources/SuiKit/Types/Structs/GraphQL/GraphQLClient.swift index d908861..8642e27 100644 --- a/Sources/SuiKit/Types/Structs/GraphQL/GraphQLClient.swift +++ b/Sources/SuiKit/Types/Structs/GraphQL/GraphQLClient.swift @@ -2,7 +2,7 @@ // GraphQLClient.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskClient.swift b/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskClient.swift index b204063..a64ad67 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskClient.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskClient.swift @@ -2,7 +2,7 @@ // KioskClient.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskTransactionClient.swift b/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskTransactionClient.swift index ca2027a..d7d8fa5 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskTransactionClient.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskTransactionClient.swift @@ -2,7 +2,7 @@ // KioskTransactionClient.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskTransactionParams.swift b/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskTransactionParams.swift index 5f03409..05a4b78 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskTransactionParams.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Client/KioskTransactionParams.swift @@ -2,7 +2,7 @@ // KioskTransactionParams.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Client/RulePackage.swift b/Sources/SuiKit/Types/Structs/Kiosk/Client/RulePackage.swift index c016814..fcc674a 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Client/RulePackage.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Client/RulePackage.swift @@ -2,7 +2,7 @@ // RulePackage.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyBaseParams.swift b/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyBaseParams.swift index 357cebf..df06ec1 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyBaseParams.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyBaseParams.swift @@ -2,7 +2,7 @@ // TransferPolicyBaseParams.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyTransactionClient.swift b/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyTransactionClient.swift index 0dc7947..290ce21 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyTransactionClient.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyTransactionClient.swift @@ -2,7 +2,7 @@ // TransferPolicyTransactionClient.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyTransactionParams.swift b/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyTransactionParams.swift index 4926e0e..f5ae888 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyTransactionParams.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Client/TransferPolicyTransactionParams.swift @@ -2,7 +2,7 @@ // TransferPolicyTransactionParams.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Constants/BaseRulePackageIds.swift b/Sources/SuiKit/Types/Structs/Kiosk/Constants/BaseRulePackageIds.swift index d17ccac..a801bfd 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Constants/BaseRulePackageIds.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Constants/BaseRulePackageIds.swift @@ -2,7 +2,7 @@ // BaseRulePackageIds.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Constants/RuleAddresses.swift b/Sources/SuiKit/Types/Structs/Kiosk/Constants/RuleAddresses.swift index 39dd377..1632315 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Constants/RuleAddresses.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Constants/RuleAddresses.swift @@ -2,7 +2,7 @@ // RuleAddresses.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Constants/TransferPolicyRule.swift b/Sources/SuiKit/Types/Structs/Kiosk/Constants/TransferPolicyRule.swift index 50ce181..3725e32 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Constants/TransferPolicyRule.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Constants/TransferPolicyRule.swift @@ -2,7 +2,7 @@ // TransferPolicyRule.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/KioskConstants.swift b/Sources/SuiKit/Types/Structs/Kiosk/KioskConstants.swift index ac05f8f..f4229d0 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/KioskConstants.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/KioskConstants.swift @@ -2,7 +2,7 @@ // KioskConstants.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/KioskUtilities.swift b/Sources/SuiKit/Types/Structs/Kiosk/KioskUtilities.swift index 0b6c56b..343771f 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/KioskUtilities.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/KioskUtilities.swift @@ -2,7 +2,7 @@ // KioskUtilities.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Query/KioskQuery.swift b/Sources/SuiKit/Types/Structs/Kiosk/Query/KioskQuery.swift index 5edf7da..a8be304 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Query/KioskQuery.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Query/KioskQuery.swift @@ -2,7 +2,7 @@ // KioskQuery.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Query/TransferPolicyQuery.swift b/Sources/SuiKit/Types/Structs/Kiosk/Query/TransferPolicyQuery.swift index a9dd39f..73d2d07 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Query/TransferPolicyQuery.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Query/TransferPolicyQuery.swift @@ -2,7 +2,7 @@ // TransferPolicyQuery.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Transaction/KioskTransactions.swift b/Sources/SuiKit/Types/Structs/Kiosk/Transaction/KioskTransactions.swift index 79731f9..b677961 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Transaction/KioskTransactions.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Transaction/KioskTransactions.swift @@ -2,7 +2,7 @@ // KioskTransactions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Transaction/PersonalKioskTransactions.swift b/Sources/SuiKit/Types/Structs/Kiosk/Transaction/PersonalKioskTransactions.swift index 4ccbead..ad7d24d 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Transaction/PersonalKioskTransactions.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Transaction/PersonalKioskTransactions.swift @@ -2,7 +2,7 @@ // PersonalKioskTransactions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Transaction/Rules/ResolveRules.swift b/Sources/SuiKit/Types/Structs/Kiosk/Transaction/Rules/ResolveRules.swift index c3b1d41..a31733d 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Transaction/Rules/ResolveRules.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Transaction/Rules/ResolveRules.swift @@ -2,7 +2,7 @@ // ResolveRules.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Transaction/TransferPolicyTransactions.swift b/Sources/SuiKit/Types/Structs/Kiosk/Transaction/TransferPolicyTransactions.swift index be1be6b..6a87800 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Transaction/TransferPolicyTransactions.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Transaction/TransferPolicyTransactions.swift @@ -2,7 +2,7 @@ // TransferPolicyTransactions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/TransferPolicyConstants.swift b/Sources/SuiKit/Types/Structs/Kiosk/TransferPolicyConstants.swift index 078cb3c..3ba2449 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/TransferPolicyConstants.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/TransferPolicyConstants.swift @@ -2,7 +2,7 @@ // TransferPolicyConstants.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/FetchKioskOptions.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/FetchKioskOptions.swift index 12f66c3..f2d63fe 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/FetchKioskOptions.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/FetchKioskOptions.swift @@ -2,7 +2,7 @@ // FetchKioskOptions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/Kiosk.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/Kiosk.swift index eada1e8..0cea940 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/Kiosk.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/Kiosk.swift @@ -2,7 +2,7 @@ // Kiosk.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskData.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskData.swift index d72f7c8..b93decd 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskData.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskData.swift @@ -2,7 +2,7 @@ // KioskData.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskExtension.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskExtension.swift index ccf95a7..09d8d81 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskExtension.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskExtension.swift @@ -2,7 +2,7 @@ // KioskExtension.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskExtensionOverview.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskExtensionOverview.swift index 3e61ed1..2f59512 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskExtensionOverview.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskExtensionOverview.swift @@ -2,7 +2,7 @@ // KioskExtensionOverview.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskItem.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskItem.swift index 84ee378..2c22e76 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskItem.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskItem.swift @@ -2,7 +2,7 @@ // KioskItem.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskListing.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskListing.swift index f74d705..f8be02d 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskListing.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskListing.swift @@ -2,7 +2,7 @@ // KioskListing.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskOwnerCap.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskOwnerCap.swift index c56d3ad..de355a6 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskOwnerCap.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/KioskOwnerCap.swift @@ -2,7 +2,7 @@ // KioskOwnerCap.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/OwnedKiosks.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/OwnedKiosks.swift index fd70ff9..d7b445e 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/OwnedKiosks.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/OwnedKiosks.swift @@ -2,7 +2,7 @@ // OwnedKiosks.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PagedKioskData.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PagedKioskData.swift index 824fe06..20caae4 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PagedKioskData.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PagedKioskData.swift @@ -2,7 +2,7 @@ // PagedKioskData.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PurchaseAndResolvePoliciesResponse.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PurchaseAndResolvePoliciesResponse.swift index a6d7d94..00018f4 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PurchaseAndResolvePoliciesResponse.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PurchaseAndResolvePoliciesResponse.swift @@ -2,7 +2,7 @@ // PurchaseAndResolvePoliciesResponse.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PurchaseOptions.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PurchaseOptions.swift index be7f5a7..aa3992b 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PurchaseOptions.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/KioskTypes/PurchaseOptions.swift @@ -2,7 +2,7 @@ // PurchaseOptions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/RuleResolvingParams.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/RuleResolvingParams.swift index fe9d890..27b2c36 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/RuleResolvingParams.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/RuleResolvingParams.swift @@ -2,7 +2,7 @@ // RuleResolvingParams.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/TransferPolicy.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/TransferPolicy.swift index 152d97d..79f5e25 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/TransferPolicy.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/TransferPolicy.swift @@ -2,7 +2,7 @@ // TransferPolicy.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/TransferPolicyCap.swift b/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/TransferPolicyCap.swift index b320cba..cf4f087 100644 --- a/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/TransferPolicyCap.swift +++ b/Sources/SuiKit/Types/Structs/Kiosk/Types/TransferPolicyTypes/TransferPolicyCap.swift @@ -2,7 +2,7 @@ // TransferPolicyCap.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Normalized/NormalizedAliases.swift b/Sources/SuiKit/Types/Structs/Normalized/NormalizedAliases.swift index cb0d9b7..eac5af9 100644 --- a/Sources/SuiKit/Types/Structs/Normalized/NormalizedAliases.swift +++ b/Sources/SuiKit/Types/Structs/Normalized/NormalizedAliases.swift @@ -2,7 +2,7 @@ // NormalizedAliases.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveAbilitySet.swift b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveAbilitySet.swift index 2178bc9..2034ab1 100644 --- a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveAbilitySet.swift +++ b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveAbilitySet.swift @@ -2,7 +2,7 @@ // CoinBalance.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveModuleId.swift b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveModuleId.swift index 0846930..19cfd87 100644 --- a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveModuleId.swift +++ b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveModuleId.swift @@ -2,7 +2,7 @@ // SuiMoveModuleId.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedField.swift b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedField.swift index f3750e8..b546190 100644 --- a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedField.swift +++ b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedField.swift @@ -2,7 +2,7 @@ // SuiMoveNormalizedField.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedFunction.swift b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedFunction.swift index 5492f90..cefc1e1 100644 --- a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedFunction.swift +++ b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedFunction.swift @@ -2,7 +2,7 @@ // SuiMoveNormalizedFunction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedModule.swift b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedModule.swift index 371f334..e4e8522 100644 --- a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedModule.swift +++ b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedModule.swift @@ -2,7 +2,7 @@ // SuiMoveNormalizedModule.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedStruct.swift b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedStruct.swift index 0973863..6778c76 100644 --- a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedStruct.swift +++ b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedStruct.swift @@ -2,7 +2,7 @@ // SuiMoveNormalizedStruct.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedStructType.swift b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedStructType.swift index ccc78ba..851cc1b 100644 --- a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedStructType.swift +++ b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveNormalizedStructType.swift @@ -2,7 +2,7 @@ // SuiMoveNormalizedStructType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveStructTypeParameter.swift b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveStructTypeParameter.swift index ee19798..2978925 100644 --- a/Sources/SuiKit/Types/Structs/Normalized/SuiMoveStructTypeParameter.swift +++ b/Sources/SuiKit/Types/Structs/Normalized/SuiMoveStructTypeParameter.swift @@ -2,7 +2,7 @@ // SuiMoveStructTypeParameter.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Normalized/TypeParameter.swift b/Sources/SuiKit/Types/Structs/Normalized/TypeParameter.swift index 7219f09..a0c08ea 100644 --- a/Sources/SuiKit/Types/Structs/Normalized/TypeParameter.swift +++ b/Sources/SuiKit/Types/Structs/Normalized/TypeParameter.swift @@ -2,7 +2,7 @@ // TypeParameter.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveFieldType.swift b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveFieldType.swift index d953297..947f69c 100644 --- a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveFieldType.swift +++ b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveFieldType.swift @@ -2,7 +2,7 @@ // MoveFieldType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObject.swift b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObject.swift index c43fd92..8cd3144 100644 --- a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObject.swift +++ b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObject.swift @@ -2,7 +2,7 @@ // MoveObject.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObjectAliases.swift b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObjectAliases.swift index cdbfda0..940db63 100644 --- a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObjectAliases.swift +++ b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObjectAliases.swift @@ -2,7 +2,7 @@ // MoveObjectAliases.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObjectRaw.swift b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObjectRaw.swift index 3bca7a8..f4313fa 100644 --- a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObjectRaw.swift +++ b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveObjectRaw.swift @@ -2,7 +2,7 @@ // MoveObjectRaw.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MovePackage.swift b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MovePackage.swift index 93fa178..882f7ac 100644 --- a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MovePackage.swift +++ b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MovePackage.swift @@ -2,7 +2,7 @@ // MovePackage.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveValueId.swift b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveValueId.swift index 366dbf1..af53922 100644 --- a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveValueId.swift +++ b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/MoveValueId.swift @@ -2,7 +2,7 @@ // MoveValueId.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/PackageRaw.swift b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/PackageRaw.swift index 5e9399f..e2fc4f1 100644 --- a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/PackageRaw.swift +++ b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/PackageRaw.swift @@ -2,7 +2,7 @@ // PackageRaw.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/SuiMoveObject.swift b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/SuiMoveObject.swift index 2c52b1b..3a77b3d 100644 --- a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/SuiMoveObject.swift +++ b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/SuiMoveObject.swift @@ -2,7 +2,7 @@ // SuiMoveObject.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/TypeOrigin.swift b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/TypeOrigin.swift index da6c5b5..03a211f 100644 --- a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/TypeOrigin.swift +++ b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/TypeOrigin.swift @@ -2,7 +2,7 @@ // TypeOrigin.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/UpgradeInfo.swift b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/UpgradeInfo.swift index 553b223..2d98728 100644 --- a/Sources/SuiKit/Types/Structs/Objects/MoveObjects/UpgradeInfo.swift +++ b/Sources/SuiKit/Types/Structs/Objects/MoveObjects/UpgradeInfo.swift @@ -2,7 +2,7 @@ // UpgradeInfo.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/SharedObjectRef.swift b/Sources/SuiKit/Types/Structs/Objects/SharedObjectRef.swift index 4401413..0d7a4c2 100644 --- a/Sources/SuiKit/Types/Structs/Objects/SharedObjectRef.swift +++ b/Sources/SuiKit/Types/Structs/Objects/SharedObjectRef.swift @@ -2,7 +2,7 @@ // SharedObjectRef.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/SuiObjectInfo.swift b/Sources/SuiKit/Types/Structs/Objects/SuiObjectInfo.swift index c89b60c..31a4a25 100644 --- a/Sources/SuiKit/Types/Structs/Objects/SuiObjectInfo.swift +++ b/Sources/SuiKit/Types/Structs/Objects/SuiObjectInfo.swift @@ -2,7 +2,7 @@ // SuiObjectInfo.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Objects/SuiObjectRef.swift b/Sources/SuiKit/Types/Structs/Objects/SuiObjectRef.swift index 15bddb4..1bdbbfb 100644 --- a/Sources/SuiKit/Types/Structs/Objects/SuiObjectRef.swift +++ b/Sources/SuiKit/Types/Structs/Objects/SuiObjectRef.swift @@ -2,7 +2,7 @@ // SuiObjectRef.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/GraphQLSuiProvider.swift b/Sources/SuiKit/Types/Structs/Provider/GraphQLSuiProvider.swift index 9f36afb..cdb2290 100644 --- a/Sources/SuiKit/Types/Structs/Provider/GraphQLSuiProvider.swift +++ b/Sources/SuiKit/Types/Structs/Provider/GraphQLSuiProvider.swift @@ -2,7 +2,7 @@ // GraphQLSuiProvider.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/ErrorMessage.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/ErrorMessage.swift index 45fbd29..0a5287a 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/ErrorMessage.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/ErrorMessage.swift @@ -2,7 +2,7 @@ // ErrorMessage.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/FromAndToAddress.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/FromAndToAddress.swift index 086ac2d..695c0da 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/FromAndToAddress.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/FromAndToAddress.swift @@ -2,7 +2,7 @@ // FromAndToAddress.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/FromOrToAddress.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/FromOrToAddress.swift index a4119c7..f5059f9 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/FromOrToAddress.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/FromOrToAddress.swift @@ -2,7 +2,7 @@ // FromOrToAddress.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/GetPastObjectRequest.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/GetPastObjectRequest.swift index 995a781..35a7e88 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/GetPastObjectRequest.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/GetPastObjectRequest.swift @@ -2,7 +2,7 @@ // GetPastObjectRequest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/MoveEventField.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/MoveEventField.swift index 53aa96b..b14d75a 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/MoveEventField.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/MoveEventField.swift @@ -2,7 +2,7 @@ // MoveEventField.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/MoveModuleFilter.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/MoveModuleFilter.swift index 58b5e65..97da24d 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/MoveModuleFilter.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/MoveModuleFilter.swift @@ -2,7 +2,7 @@ // MoveModuleFilter.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiObjectDataOptions.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiObjectDataOptions.swift index e559fdc..1482522 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiObjectDataOptions.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiObjectDataOptions.swift @@ -2,7 +2,7 @@ // SuiObjectDataOptions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiObjectResponseQuery.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiObjectResponseQuery.swift index 3e862c0..bde75a3 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiObjectResponseQuery.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiObjectResponseQuery.swift @@ -2,7 +2,7 @@ // SuiObjectResponseQuery.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiTransactionBlockResponseQuery.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiTransactionBlockResponseQuery.swift index 952ee65..c6a711a 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiTransactionBlockResponseQuery.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/SuiTransactionBlockResponseQuery.swift @@ -2,7 +2,7 @@ // SuiTransactionBlockResponseQuery.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/TimeRange.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/TimeRange.swift index 36b1dea..f0f761a 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/TimeRange.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/TimeRange.swift @@ -2,7 +2,7 @@ // TimeRange.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/TransactionBlockResponseOptions.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/TransactionBlockResponseOptions.swift index f574054..2974fe4 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/TransactionBlockResponseOptions.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/TransactionBlockResponseOptions.swift @@ -2,7 +2,7 @@ // TransactionBlockResponseOptions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Parameters/TransactionMoveFunction.swift b/Sources/SuiKit/Types/Structs/Provider/Parameters/TransactionMoveFunction.swift index 6465e8f..016c11d 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Parameters/TransactionMoveFunction.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Parameters/TransactionMoveFunction.swift @@ -2,7 +2,7 @@ // TransactionMoveFunction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/CommitteeInfo.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/CommitteeInfo.swift index 26264ae..e54d22a 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/CommitteeInfo.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/CommitteeInfo.swift @@ -2,7 +2,7 @@ // CommitteeInfo.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/DelegatedStake.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/DelegatedStake.swift index 7e1d46b..0338f92 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/DelegatedStake.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/DelegatedStake.swift @@ -2,7 +2,7 @@ // DelegatedStake.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/DevInspectResults.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/DevInspectResults.swift index 2294802..614aa97 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/DevInspectResults.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/DevInspectResults.swift @@ -2,7 +2,7 @@ // DevInspectResults.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/DisplayFieldsResponse.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/DisplayFieldsResponse.swift index f90ba9b..1f00c7a 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/DisplayFieldsResponse.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/DisplayFieldsResponse.swift @@ -2,7 +2,7 @@ // DisplayFieldsResponse.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldInfo.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldInfo.swift index 6f8a1db..9c467e5 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldInfo.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldInfo.swift @@ -2,7 +2,7 @@ // DynamicFieldInfo.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldName.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldName.swift index a888ad5..ff77835 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldName.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldName.swift @@ -2,7 +2,7 @@ // DynamicFieldName.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldPage.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldPage.swift index 8974500..20d9c17 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldPage.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/DynamicFieldPage.swift @@ -2,7 +2,7 @@ // DynamicFieldPage.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/ExecutionResultType.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/ExecutionResultType.swift index 90b6c97..7c1648e 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/ExecutionResultType.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/ExecutionResultType.swift @@ -2,7 +2,7 @@ // ExecutionResultType.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/Object/MovePackageAliases.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/Object/MovePackageAliases.swift index d9d100b..7667cf8 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/Object/MovePackageAliases.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/Object/MovePackageAliases.swift @@ -2,7 +2,7 @@ // MovePackageAliases.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiGasData.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiGasData.swift index 3fb53e6..2d990d8 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiGasData.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiGasData.swift @@ -2,7 +2,7 @@ // SuiGasData.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiObjectData.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiObjectData.swift index 09308bb..b2323bb 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiObjectData.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiObjectData.swift @@ -2,7 +2,7 @@ // SuiObjectData.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiObjectResponse.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiObjectResponse.swift index 84865b3..6bcb85d 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiObjectResponse.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/Object/SuiObjectResponse.swift @@ -2,7 +2,7 @@ // SuiObjectResponse.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/PaginatedObjectsResponse.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/PaginatedObjectsResponse.swift index 25290bd..ec4a052 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/PaginatedObjectsResponse.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/PaginatedObjectsResponse.swift @@ -2,7 +2,7 @@ // PaginatedObjectsResponse.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/PaginatedTransactionResponse.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/PaginatedTransactionResponse.swift index fa83cab..9f4f7d3 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/PaginatedTransactionResponse.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/PaginatedTransactionResponse.swift @@ -2,7 +2,7 @@ // PaginatedTransactionResponse.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/StakeObject.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/StakeObject.swift index 365e815..234eb9f 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/StakeObject.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/StakeObject.swift @@ -2,7 +2,7 @@ // StakeObject.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/SuiCoinMetadata.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/SuiCoinMetadata.swift index 153da9f..6f39ddd 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/SuiCoinMetadata.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/SuiCoinMetadata.swift @@ -2,7 +2,7 @@ // SuiCoinMetadata.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/ValidatorApy.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/ValidatorApy.swift index ee61962..ae6638e 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/ValidatorApy.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/ValidatorApy.swift @@ -2,7 +2,7 @@ // ValidatorApy.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/Responses/ValidatorApys.swift b/Sources/SuiKit/Types/Structs/Provider/Responses/ValidatorApys.swift index 89407fd..0d7e1dc 100644 --- a/Sources/SuiKit/Types/Structs/Provider/Responses/ValidatorApys.swift +++ b/Sources/SuiKit/Types/Structs/Provider/Responses/ValidatorApys.swift @@ -2,7 +2,7 @@ // ValidatorApys.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Provider/SuiProvider.swift b/Sources/SuiKit/Types/Structs/Provider/SuiProvider.swift index 955823f..2d7e7e5 100644 --- a/Sources/SuiKit/Types/Structs/Provider/SuiProvider.swift +++ b/Sources/SuiKit/Types/Structs/Provider/SuiProvider.swift @@ -2,7 +2,7 @@ // SuiProvider.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/Connections/DevnetConnection.swift b/Sources/SuiKit/Types/Structs/RPC/Connections/DevnetConnection.swift index d407fbb..f16d534 100644 --- a/Sources/SuiKit/Types/Structs/RPC/Connections/DevnetConnection.swift +++ b/Sources/SuiKit/Types/Structs/RPC/Connections/DevnetConnection.swift @@ -2,7 +2,7 @@ // DevnetConnection.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/Connections/LocalnetConnection.swift b/Sources/SuiKit/Types/Structs/RPC/Connections/LocalnetConnection.swift index 97d14f5..54275b5 100644 --- a/Sources/SuiKit/Types/Structs/RPC/Connections/LocalnetConnection.swift +++ b/Sources/SuiKit/Types/Structs/RPC/Connections/LocalnetConnection.swift @@ -2,7 +2,7 @@ // LocalnetConnection.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/Connections/MainnetConnection.swift b/Sources/SuiKit/Types/Structs/RPC/Connections/MainnetConnection.swift index c22b747..f0161c6 100644 --- a/Sources/SuiKit/Types/Structs/RPC/Connections/MainnetConnection.swift +++ b/Sources/SuiKit/Types/Structs/RPC/Connections/MainnetConnection.swift @@ -2,7 +2,7 @@ // MainnetConnection.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/Connections/TestnetConnection.swift b/Sources/SuiKit/Types/Structs/RPC/Connections/TestnetConnection.swift index 38be17b..0336dae 100644 --- a/Sources/SuiKit/Types/Structs/RPC/Connections/TestnetConnection.swift +++ b/Sources/SuiKit/Types/Structs/RPC/Connections/TestnetConnection.swift @@ -2,7 +2,7 @@ // TestnetConnection.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/ErrorObject.swift b/Sources/SuiKit/Types/Structs/RPC/ErrorObject.swift index c598b0f..c789732 100644 --- a/Sources/SuiKit/Types/Structs/RPC/ErrorObject.swift +++ b/Sources/SuiKit/Types/Structs/RPC/ErrorObject.swift @@ -2,7 +2,7 @@ // ErrorObject.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/ErrorResponse.swift b/Sources/SuiKit/Types/Structs/RPC/ErrorResponse.swift index ffc6dc4..c853078 100644 --- a/Sources/SuiKit/Types/Structs/RPC/ErrorResponse.swift +++ b/Sources/SuiKit/Types/Structs/RPC/ErrorResponse.swift @@ -2,7 +2,7 @@ // ErrorResponse.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/FaucetClient.swift b/Sources/SuiKit/Types/Structs/RPC/FaucetClient.swift index 170ccee..d7f7ef7 100644 --- a/Sources/SuiKit/Types/Structs/RPC/FaucetClient.swift +++ b/Sources/SuiKit/Types/Structs/RPC/FaucetClient.swift @@ -2,7 +2,7 @@ // FaucetClient.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/JsonRpcClient.swift b/Sources/SuiKit/Types/Structs/RPC/JsonRpcClient.swift index d8cc831..f1d7991 100644 --- a/Sources/SuiKit/Types/Structs/RPC/JsonRpcClient.swift +++ b/Sources/SuiKit/Types/Structs/RPC/JsonRpcClient.swift @@ -2,7 +2,7 @@ // JsonRpcClient.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/RPCAliases.swift b/Sources/SuiKit/Types/Structs/RPC/RPCAliases.swift index f74ad69..843c0b8 100644 --- a/Sources/SuiKit/Types/Structs/RPC/RPCAliases.swift +++ b/Sources/SuiKit/Types/Structs/RPC/RPCAliases.swift @@ -2,7 +2,7 @@ // RPCAliases.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/RPCErrorValue.swift b/Sources/SuiKit/Types/Structs/RPC/RPCErrorValue.swift index f37178a..3eeaa2f 100644 --- a/Sources/SuiKit/Types/Structs/RPC/RPCErrorValue.swift +++ b/Sources/SuiKit/Types/Structs/RPC/RPCErrorValue.swift @@ -2,7 +2,7 @@ // RPCErrorValue.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/RpcParameters.swift b/Sources/SuiKit/Types/Structs/RPC/RpcParameters.swift index 31f8359..16938c4 100644 --- a/Sources/SuiKit/Types/Structs/RPC/RpcParameters.swift +++ b/Sources/SuiKit/Types/Structs/RPC/RpcParameters.swift @@ -2,7 +2,7 @@ // RpcParameters.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/SuiClientError.swift b/Sources/SuiKit/Types/Structs/RPC/SuiClientError.swift index 6b448b8..1ebcee8 100644 --- a/Sources/SuiKit/Types/Structs/RPC/SuiClientError.swift +++ b/Sources/SuiKit/Types/Structs/RPC/SuiClientError.swift @@ -2,7 +2,7 @@ // SuiClientError.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/RPC/ValidResponse.swift b/Sources/SuiKit/Types/Structs/RPC/ValidResponse.swift index fb2809d..af9c07c 100644 --- a/Sources/SuiKit/Types/Structs/RPC/ValidResponse.swift +++ b/Sources/SuiKit/Types/Structs/RPC/ValidResponse.swift @@ -2,7 +2,7 @@ // ValidResponse.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Signers/Intent.swift b/Sources/SuiKit/Types/Structs/Signers/Intent.swift index 4f1e9d7..7bb1657 100644 --- a/Sources/SuiKit/Types/Structs/Signers/Intent.swift +++ b/Sources/SuiKit/Types/Structs/Signers/Intent.swift @@ -2,7 +2,7 @@ // Intent.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Signers/RawSigner.swift b/Sources/SuiKit/Types/Structs/Signers/RawSigner.swift index 3da7ba3..560bd7b 100644 --- a/Sources/SuiKit/Types/Structs/Signers/RawSigner.swift +++ b/Sources/SuiKit/Types/Structs/Signers/RawSigner.swift @@ -2,7 +2,7 @@ // RawSigner.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Signers/SignedMessage.swift b/Sources/SuiKit/Types/Structs/Signers/SignedMessage.swift index fe681f1..55a2d0b 100644 --- a/Sources/SuiKit/Types/Structs/Signers/SignedMessage.swift +++ b/Sources/SuiKit/Types/Structs/Signers/SignedMessage.swift @@ -2,7 +2,7 @@ // SignedMessage.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Signers/SignedTransaction.swift b/Sources/SuiKit/Types/Structs/Signers/SignedTransaction.swift index bc54003..6d79f2b 100644 --- a/Sources/SuiKit/Types/Structs/Signers/SignedTransaction.swift +++ b/Sources/SuiKit/Types/Structs/Signers/SignedTransaction.swift @@ -2,7 +2,7 @@ // SignedTransaction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/SuiNS/NameObject.swift b/Sources/SuiKit/Types/Structs/SuiNS/NameObject.swift index 0abc0f0..a1c14b0 100644 --- a/Sources/SuiKit/Types/Structs/SuiNS/NameObject.swift +++ b/Sources/SuiKit/Types/Structs/SuiNS/NameObject.swift @@ -2,7 +2,7 @@ // NameObject.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/SuiNS/SuiNSClient.swift b/Sources/SuiKit/Types/Structs/SuiNS/SuiNSClient.swift index 26a05d3..986c456 100644 --- a/Sources/SuiKit/Types/Structs/SuiNS/SuiNSClient.swift +++ b/Sources/SuiKit/Types/Structs/SuiNS/SuiNSClient.swift @@ -2,7 +2,7 @@ // SuiNSClient.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/SuiNS/SuiNSConstants.swift b/Sources/SuiKit/Types/Structs/SuiNS/SuiNSConstants.swift index 210d712..67a06ee 100644 --- a/Sources/SuiKit/Types/Structs/SuiNS/SuiNSConstants.swift +++ b/Sources/SuiKit/Types/Structs/SuiNS/SuiNSConstants.swift @@ -2,7 +2,7 @@ // SuiNSConstants.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/SuiNS/SuiNSContract.swift b/Sources/SuiKit/Types/Structs/SuiNS/SuiNSContract.swift index 823f550..126c3b5 100644 --- a/Sources/SuiKit/Types/Structs/SuiNS/SuiNSContract.swift +++ b/Sources/SuiKit/Types/Structs/SuiNS/SuiNSContract.swift @@ -2,7 +2,7 @@ // SuiNSContract.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/SuiNS/SuiNSParser.swift b/Sources/SuiKit/Types/Structs/SuiNS/SuiNSParser.swift index 8981504..6502308 100644 --- a/Sources/SuiKit/Types/Structs/SuiNS/SuiNSParser.swift +++ b/Sources/SuiKit/Types/Structs/SuiNS/SuiNSParser.swift @@ -2,7 +2,7 @@ // SuiNSParser.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/SuiNS/SuiNSQueries.swift b/Sources/SuiKit/Types/Structs/SuiNS/SuiNSQueries.swift index bcb53c3..e425aeb 100644 --- a/Sources/SuiKit/Types/Structs/SuiNS/SuiNSQueries.swift +++ b/Sources/SuiKit/Types/Structs/SuiNS/SuiNSQueries.swift @@ -2,7 +2,7 @@ // SuiNSQueries.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/BalanceChange.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/BalanceChange.swift index 85b29ed..5860640 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/BalanceChange.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/BalanceChange.swift @@ -2,7 +2,7 @@ // BalanceChange.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeCreated.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeCreated.swift index 249afb7..8e8ccb4 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeCreated.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeCreated.swift @@ -2,7 +2,7 @@ // SuiObjectChangeCreated.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeDeleted.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeDeleted.swift index 357e445..658ff36 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeDeleted.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeDeleted.swift @@ -2,7 +2,7 @@ // SuiObjectChangeDeleted.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeMutated.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeMutated.swift index 4d47f2a..6a13ceb 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeMutated.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeMutated.swift @@ -2,7 +2,7 @@ // SuiObjectChangeMutated.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangePublished.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangePublished.swift index fe3446d..2fcae90 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangePublished.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangePublished.swift @@ -2,7 +2,7 @@ // SuiObjectChangePublished.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeTransferred.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeTransferred.swift index af538b8..122c186 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeTransferred.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeTransferred.swift @@ -2,7 +2,7 @@ // SuiObjectChangeTransferred.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeWrapped.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeWrapped.swift index 9a9acfe..b1ec655 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeWrapped.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/ChangedObjects/SuiObjectChangeWrapped.swift @@ -2,7 +2,7 @@ // SuiObjectChangeWrapped.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/ExecutionStatus.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/ExecutionStatus.swift index 8740e57..78d3703 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/ExecutionStatus.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/ExecutionStatus.swift @@ -2,7 +2,7 @@ // ExecutionStatus.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/OwnedObjectRef.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/OwnedObjectRef.swift index 2fc5019..38f04a6 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/OwnedObjectRef.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/OwnedObjectRef.swift @@ -2,7 +2,7 @@ // OwnedObjectRef.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlock.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlock.swift index 6b47d08..482e25d 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlock.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlock.swift @@ -2,7 +2,7 @@ // SuiTransactionBlock.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockData.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockData.swift index 933bc85..47649d5 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockData.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockData.swift @@ -2,7 +2,7 @@ // SuiTransactionBlockData.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockResponse.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockResponse.swift index 12132c3..4933b1c 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockResponse.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockResponse.swift @@ -2,7 +2,7 @@ // SuiTransactionBlockResponse.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockResponseOptions.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockResponseOptions.swift index 5cbc0d3..5a76b9b 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockResponseOptions.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/SuiTransactionBlockResponseOptions.swift @@ -2,7 +2,7 @@ // SuiTransactionBlockResponseOptions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/TransactionEffects.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/TransactionEffects.swift index 65f6440..f4edf31 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/TransactionEffects.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/TransactionEffects.swift @@ -2,7 +2,7 @@ // TransactionEffects.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/RPC/TransactionEffectsModifiedAtVersions.swift b/Sources/SuiKit/Types/Structs/Transactions/RPC/TransactionEffectsModifiedAtVersions.swift index 0f17b2b..0424816 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/RPC/TransactionEffectsModifiedAtVersions.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/RPC/TransactionEffectsModifiedAtVersions.swift @@ -2,7 +2,7 @@ // TransactionEffectsModifiedAtVersions.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/Responses/SuiChangeEpoch.swift b/Sources/SuiKit/Types/Structs/Transactions/Responses/SuiChangeEpoch.swift index a3d2bce..bccb60f 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/Responses/SuiChangeEpoch.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/Responses/SuiChangeEpoch.swift @@ -2,7 +2,7 @@ // SuiChangeEpoch.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/Responses/SuiConsensusCommitPrologue.swift b/Sources/SuiKit/Types/Structs/Transactions/Responses/SuiConsensusCommitPrologue.swift index efbc863..2f3c98a 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/Responses/SuiConsensusCommitPrologue.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/Responses/SuiConsensusCommitPrologue.swift @@ -2,7 +2,7 @@ // SuiConsensusCommitPrologue.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/SuiClientMessage.swift b/Sources/SuiKit/Types/Structs/Transactions/SuiClientMessage.swift index a23c606..8338a7a 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/SuiClientMessage.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/SuiClientMessage.swift @@ -2,7 +2,7 @@ // SuiClientMessage.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/Genesis.swift b/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/Genesis.swift index 3e7090c..82a5e71 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/Genesis.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/Genesis.swift @@ -2,7 +2,7 @@ // Genesis.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/ProgrammableTransaction.swift b/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/ProgrammableTransaction.swift index 57d0063..6a775cf 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/ProgrammableTransaction.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/ProgrammableTransaction.swift @@ -2,7 +2,7 @@ // ProgrammableTransaction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/TransactionDataV1.swift b/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/TransactionDataV1.swift index d42aa0a..4886d04 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/TransactionDataV1.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/TransactionBlockValues/TransactionDataV1.swift @@ -2,7 +2,7 @@ // TransactionDataV1.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Types/Structs/Transactions/TransactionTypeAliases.swift b/Sources/SuiKit/Types/Structs/Transactions/TransactionTypeAliases.swift index 128ba5b..fa8d309 100644 --- a/Sources/SuiKit/Types/Structs/Transactions/TransactionTypeAliases.swift +++ b/Sources/SuiKit/Types/Structs/Transactions/TransactionTypeAliases.swift @@ -2,7 +2,7 @@ // TransactionTypeAliases.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/BCS/Deserializer.swift b/Sources/SuiKit/Utils/BCS/Deserializer.swift index 39ca1c1..1832da5 100644 --- a/Sources/SuiKit/Utils/BCS/Deserializer.swift +++ b/Sources/SuiKit/Utils/BCS/Deserializer.swift @@ -2,7 +2,7 @@ // Deserializer.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/BCS/Serializer.swift b/Sources/SuiKit/Utils/BCS/Serializer.swift index a180ae1..93aaab4 100644 --- a/Sources/SuiKit/Utils/BCS/Serializer.swift +++ b/Sources/SuiKit/Utils/BCS/Serializer.swift @@ -2,7 +2,7 @@ // Serializer.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/BIP32/BIP32HDNode.swift b/Sources/SuiKit/Utils/BIP32/BIP32HDNode.swift index 1305668..2cd6c5c 100644 --- a/Sources/SuiKit/Utils/BIP32/BIP32HDNode.swift +++ b/Sources/SuiKit/Utils/BIP32/BIP32HDNode.swift @@ -1,3 +1,28 @@ +// +// AccountError.swift +// SuiKit +// +// Copyright (c) 2024 OpenDive +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + // // Created by Alex Vlasov. // Copyright © 2018 Alex Vlasov. All rights reserved. diff --git a/Sources/SuiKit/Utils/BIP32/Base58.swift b/Sources/SuiKit/Utils/BIP32/Base58.swift index b697844..d84bcd2 100755 --- a/Sources/SuiKit/Utils/BIP32/Base58.swift +++ b/Sources/SuiKit/Utils/BIP32/Base58.swift @@ -1,3 +1,28 @@ +// +// AccountError.swift +// SuiKit +// +// Copyright (c) 2024 OpenDive +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + // // Created by Alex Vlasov. // Copyright © 2018 Alex Vlasov. All rights reserved. diff --git a/Sources/SuiKit/Utils/BIP32/RIPEMD160+StackOveflow.swift b/Sources/SuiKit/Utils/BIP32/RIPEMD160+StackOveflow.swift index 1e0ece3..a7d4124 100755 --- a/Sources/SuiKit/Utils/BIP32/RIPEMD160+StackOveflow.swift +++ b/Sources/SuiKit/Utils/BIP32/RIPEMD160+StackOveflow.swift @@ -1,3 +1,28 @@ +// +// AccountError.swift +// SuiKit +// +// Copyright (c) 2024 OpenDive +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + // // RIPEMD160_SO.swift // diff --git a/Sources/SuiKit/Utils/BIP32/Utilities.swift b/Sources/SuiKit/Utils/BIP32/Utilities.swift index 1a46829..77eb42d 100644 --- a/Sources/SuiKit/Utils/BIP32/Utilities.swift +++ b/Sources/SuiKit/Utils/BIP32/Utilities.swift @@ -1,8 +1,26 @@ // -// File.swift -// +// AccountError.swift +// SuiKit // -// Created by Marcus Arnett on 2/21/24. +// Copyright (c) 2024 OpenDive +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. // import Foundation diff --git a/Sources/SuiKit/Utils/ED25519/ED25519PrivateKey.swift b/Sources/SuiKit/Utils/ED25519/ED25519PrivateKey.swift index c4fdce2..bcfd569 100644 --- a/Sources/SuiKit/Utils/ED25519/ED25519PrivateKey.swift +++ b/Sources/SuiKit/Utils/ED25519/ED25519PrivateKey.swift @@ -2,7 +2,7 @@ // ED25519PrivateKey.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/ED25519/ED25519PublicKey.swift b/Sources/SuiKit/Utils/ED25519/ED25519PublicKey.swift index 5a89b5f..9f3dbb9 100644 --- a/Sources/SuiKit/Utils/ED25519/ED25519PublicKey.swift +++ b/Sources/SuiKit/Utils/ED25519/ED25519PublicKey.swift @@ -2,7 +2,7 @@ // ED25519PublicKey.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/ED25519/Keys.swift b/Sources/SuiKit/Utils/ED25519/Keys.swift index 293fc2f..bc824bf 100644 --- a/Sources/SuiKit/Utils/ED25519/Keys.swift +++ b/Sources/SuiKit/Utils/ED25519/Keys.swift @@ -2,7 +2,7 @@ // Keys.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/ED25519/MultiPublicKey.swift b/Sources/SuiKit/Utils/ED25519/MultiPublicKey.swift index d6189e2..bf5d518 100644 --- a/Sources/SuiKit/Utils/ED25519/MultiPublicKey.swift +++ b/Sources/SuiKit/Utils/ED25519/MultiPublicKey.swift @@ -2,7 +2,7 @@ // MultiPublicKey.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/ED25519/MultiSignature.swift b/Sources/SuiKit/Utils/ED25519/MultiSignature.swift index 9eb91d9..05ef3d0 100644 --- a/Sources/SuiKit/Utils/ED25519/MultiSignature.swift +++ b/Sources/SuiKit/Utils/ED25519/MultiSignature.swift @@ -2,7 +2,7 @@ // MultiSignature.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/Errors/FaucetRateLimitError.swift b/Sources/SuiKit/Utils/Errors/FaucetRateLimitError.swift index f8c635d..addd951 100644 --- a/Sources/SuiKit/Utils/Errors/FaucetRateLimitError.swift +++ b/Sources/SuiKit/Utils/Errors/FaucetRateLimitError.swift @@ -2,7 +2,7 @@ // FaucetRateLimitError.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/Errors/RPCError.swift b/Sources/SuiKit/Utils/Errors/RPCError.swift index fdcc7df..7375b97 100644 --- a/Sources/SuiKit/Utils/Errors/RPCError.swift +++ b/Sources/SuiKit/Utils/Errors/RPCError.swift @@ -2,7 +2,7 @@ // RPCError.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/RPC/SuiRequest.swift b/Sources/SuiKit/Utils/RPC/SuiRequest.swift index 8ad1684..a560adc 100644 --- a/Sources/SuiKit/Utils/RPC/SuiRequest.swift +++ b/Sources/SuiKit/Utils/RPC/SuiRequest.swift @@ -2,7 +2,7 @@ // SuiRequest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/RPC/SuiResponse.swift b/Sources/SuiKit/Utils/RPC/SuiResponse.swift index bf2f7e9..e1ff936 100644 --- a/Sources/SuiKit/Utils/RPC/SuiResponse.swift +++ b/Sources/SuiKit/Utils/RPC/SuiResponse.swift @@ -2,7 +2,7 @@ // SuiResponse.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/SECP256R1/SECP256R1PrivateKey.swift b/Sources/SuiKit/Utils/SECP256R1/SECP256R1PrivateKey.swift index e16314b..8cc4805 100644 --- a/Sources/SuiKit/Utils/SECP256R1/SECP256R1PrivateKey.swift +++ b/Sources/SuiKit/Utils/SECP256R1/SECP256R1PrivateKey.swift @@ -2,7 +2,7 @@ // SECP256R1PrivateKey.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/SECP256R1/SECP256R1PublicKey.swift b/Sources/SuiKit/Utils/SECP256R1/SECP256R1PublicKey.swift index 2b12e21..59ce775 100644 --- a/Sources/SuiKit/Utils/SECP256R1/SECP256R1PublicKey.swift +++ b/Sources/SuiKit/Utils/SECP256R1/SECP256R1PublicKey.swift @@ -2,7 +2,7 @@ // SECP256R1PublicKey.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/SECP256k1/SECP256K1PrivateKey.swift b/Sources/SuiKit/Utils/SECP256k1/SECP256K1PrivateKey.swift index d7a9fbf..a7493dd 100644 --- a/Sources/SuiKit/Utils/SECP256k1/SECP256K1PrivateKey.swift +++ b/Sources/SuiKit/Utils/SECP256k1/SECP256K1PrivateKey.swift @@ -2,7 +2,7 @@ // SECP256K1PrivateKey.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -71,56 +71,6 @@ public struct SECP256K1PrivateKey: Equatable, PrivateKeyProtocol { guard let privateKeyArray = Self.generatePrivateKey() else { throw AccountError.invalidGeneratedKey } self.key = privateKeyArray } - - public static func generatePrivateKey() -> Data? { - for _ in 0...1024 { - guard let keyData = Self.randomBytes(length: 32) else { - continue - } - guard Self.verifyPrivateKey(privateKey: keyData) else { - continue - } - return keyData - } - return nil - } - - public static func verifyPrivateKey(privateKey: Data) -> Bool { - guard let context = secp256k1_context_create(UInt32(SECP256K1_CONTEXT_SIGN|SECP256K1_CONTEXT_VERIFY)), privateKey.count == 32 else { return false } - let result = privateKey.withUnsafeBytes { privateKeyRBPointer -> Int32? in - if let privateKeyRPointer = privateKeyRBPointer.baseAddress, privateKeyRBPointer.count > 0 { - let privateKeyPointer = privateKeyRPointer.assumingMemoryBound(to: UInt8.self) - let res = secp256k1_ec_seckey_verify(context, privateKeyPointer) - return res - } else { - return nil - } - } - guard let res = result, res == 1 else { - return false - } - return true - } - - internal static func randomBytes(length: Int) -> Data? { - for _ in 0...1024 { - var data = Data(repeating: 0, count: length) - let result = data.withUnsafeMutableBytes { mutableRBBytes -> Int32? in - if let mutableRBytes = mutableRBBytes.baseAddress, mutableRBBytes.count > 0 { - let mutableBytes = mutableRBytes.assumingMemoryBound(to: UInt8.self) - return SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes) - } else { - return nil - } - } - if let res = result, res == errSecSuccess { - return data - } else { - continue - } - } - return nil - } public init(_ mnemonics: String, _ path: String = SECP256K1PrivateKey.defaultDerivationPath) throws { guard SECP256K1PrivateKey.isValidBIP32Path(path) else { throw AccountError.invalidDerivationPath } @@ -167,6 +117,36 @@ public struct SECP256K1PrivateKey: Equatable, PrivateKeyProtocol { return try SECP256K1PublicKey(data: result) } + public static func generatePrivateKey() -> Data? { + for _ in 0...1024 { + guard let keyData = Self.randomBytes(length: 32) else { + continue + } + guard Self.verifyPrivateKey(privateKey: keyData) else { + continue + } + return keyData + } + return nil + } + + public static func verifyPrivateKey(privateKey: Data) -> Bool { + guard let context = secp256k1_context_create(UInt32(SECP256K1_CONTEXT_SIGN|SECP256K1_CONTEXT_VERIFY)), privateKey.count == 32 else { return false } + let result = privateKey.withUnsafeBytes { privateKeyRBPointer -> Int32? in + if let privateKeyRPointer = privateKeyRBPointer.baseAddress, privateKeyRBPointer.count > 0 { + let privateKeyPointer = privateKeyRPointer.assumingMemoryBound(to: UInt8.self) + let res = secp256k1_ec_seckey_verify(context, privateKeyPointer) + return res + } else { + return nil + } + } + guard let res = result, res == 1 else { + return false + } + return true + } + public static func combineSerializedPublicKeys(keys: [Data], outputCompressed: Bool = false) -> Data? { let numToCombine = keys.count guard let context = context, numToCombine >= 1 else { return nil } @@ -199,30 +179,6 @@ public struct SECP256K1PrivateKey: Equatable, PrivateKeyProtocol { return serializedKey } - internal static func parsePublicKey(serializedKey: Data) -> secp256k1_pubkey? { - guard - let context = context, - (serializedKey.count == 33 || serializedKey.count == 65) - else { - return nil - } - let keyLen: Int = Int(serializedKey.count) - var publicKey = secp256k1_pubkey() - let result = serializedKey.withUnsafeBytes { (serializedKeyRawBufferPointer: UnsafeRawBufferPointer) -> Int32? in - if let serializedKeyRawPointer = serializedKeyRawBufferPointer.baseAddress, serializedKeyRawBufferPointer.count > 0 { - let serializedKeyPointer = serializedKeyRawPointer.assumingMemoryBound(to: UInt8.self) - let res = secp256k1_ec_pubkey_parse(context, &publicKey, serializedKeyPointer, keyLen) - return res - } else { - return nil - } - } - guard let res = result, res != 0 else { - return nil - } - return publicKey - } - public static func serializePublicKey(publicKey: inout secp256k1_pubkey, compressed: Bool = false) -> Data? { guard let context = secp256k1_context_create(UInt32(SECP256K1_CONTEXT_SIGN|SECP256K1_CONTEXT_VERIFY)) else { return nil } var keyLength = compressed ? 33 : 65 @@ -258,25 +214,6 @@ public struct SECP256K1PrivateKey: Equatable, PrivateKeyProtocol { guard let serializedKey = serializePublicKey(publicKey: &publicKey, compressed: compressed) else { return nil } return serializedKey } - - internal static func privateKeyToPublicKey(privateKey: Data) -> secp256k1_pubkey? { - guard let context = context else { return nil } - if privateKey.count != 32 { return nil } - var publicKey = secp256k1_pubkey() - let result = privateKey.withUnsafeBytes { (pkRawBufferPointer: UnsafeRawBufferPointer) -> Int32? in - if let pkRawPointer = pkRawBufferPointer.baseAddress, pkRawBufferPointer.count > 0 { - let privateKeyPointer = pkRawPointer.assumingMemoryBound(to: UInt8.self) - let res = secp256k1_ec_pubkey_create(context, &publicKey, privateKeyPointer) - return res - } else { - return nil - } - } - guard let res = result, res != 0 else { - return nil - } - return publicKey - } public func sign(data: Data) throws -> Signature { let hash = data.sha256 @@ -366,6 +303,69 @@ public struct SECP256K1PrivateKey: Equatable, PrivateKeyProtocol { return mnemonic.seed() } + internal static func privateKeyToPublicKey(privateKey: Data) -> secp256k1_pubkey? { + guard let context = context else { return nil } + if privateKey.count != 32 { return nil } + var publicKey = secp256k1_pubkey() + let result = privateKey.withUnsafeBytes { (pkRawBufferPointer: UnsafeRawBufferPointer) -> Int32? in + if let pkRawPointer = pkRawBufferPointer.baseAddress, pkRawBufferPointer.count > 0 { + let privateKeyPointer = pkRawPointer.assumingMemoryBound(to: UInt8.self) + let res = secp256k1_ec_pubkey_create(context, &publicKey, privateKeyPointer) + return res + } else { + return nil + } + } + guard let res = result, res != 0 else { + return nil + } + return publicKey + } + + internal static func parsePublicKey(serializedKey: Data) -> secp256k1_pubkey? { + guard + let context = context, + (serializedKey.count == 33 || serializedKey.count == 65) + else { + return nil + } + let keyLen: Int = Int(serializedKey.count) + var publicKey = secp256k1_pubkey() + let result = serializedKey.withUnsafeBytes { (serializedKeyRawBufferPointer: UnsafeRawBufferPointer) -> Int32? in + if let serializedKeyRawPointer = serializedKeyRawBufferPointer.baseAddress, serializedKeyRawBufferPointer.count > 0 { + let serializedKeyPointer = serializedKeyRawPointer.assumingMemoryBound(to: UInt8.self) + let res = secp256k1_ec_pubkey_parse(context, &publicKey, serializedKeyPointer, keyLen) + return res + } else { + return nil + } + } + guard let res = result, res != 0 else { + return nil + } + return publicKey + } + + internal static func randomBytes(length: Int) -> Data? { + for _ in 0...1024 { + var data = Data(repeating: 0, count: length) + let result = data.withUnsafeMutableBytes { mutableRBBytes -> Int32? in + if let mutableRBytes = mutableRBBytes.baseAddress, mutableRBBytes.count > 0 { + let mutableBytes = mutableRBytes.assumingMemoryBound(to: UInt8.self) + return SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes) + } else { + return nil + } + } + if let res = result, res == errSecSuccess { + return data + } else { + continue + } + } + return nil + } + public static func deserialize(from deserializer: Deserializer) throws -> SECP256K1PrivateKey { let key = try Deserializer.toBytes(deserializer) if key.count != SECP256K1PrivateKey.LENGTH { diff --git a/Sources/SuiKit/Utils/SECP256k1/SECP256K1PublicKey.swift b/Sources/SuiKit/Utils/SECP256k1/SECP256K1PublicKey.swift index 24b4943..4854a0c 100644 --- a/Sources/SuiKit/Utils/SECP256k1/SECP256K1PublicKey.swift +++ b/Sources/SuiKit/Utils/SECP256k1/SECP256K1PublicKey.swift @@ -2,7 +2,7 @@ // SECP256K1PublicKey.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/TypeTag/AccountAddressTag.swift b/Sources/SuiKit/Utils/TypeTag/AccountAddressTag.swift index 2c8486f..5104e00 100644 --- a/Sources/SuiKit/Utils/TypeTag/AccountAddressTag.swift +++ b/Sources/SuiKit/Utils/TypeTag/AccountAddressTag.swift @@ -2,7 +2,7 @@ // AccountAddressTag.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/TypeTag/StructTag.swift b/Sources/SuiKit/Utils/TypeTag/StructTag.swift index e3ed404..f3f4ee0 100644 --- a/Sources/SuiKit/Utils/TypeTag/StructTag.swift +++ b/Sources/SuiKit/Utils/TypeTag/StructTag.swift @@ -2,7 +2,7 @@ // StructTag.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/TypeTag/TypeTag.swift b/Sources/SuiKit/Utils/TypeTag/TypeTag.swift index 964528b..1136130 100644 --- a/Sources/SuiKit/Utils/TypeTag/TypeTag.swift +++ b/Sources/SuiKit/Utils/TypeTag/TypeTag.swift @@ -2,7 +2,7 @@ // TypeTag.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/JWTClaim.swift b/Sources/SuiKit/Utils/zkLogin/JWTClaim.swift index 06f76a8..b0ce0a3 100644 --- a/Sources/SuiKit/Utils/zkLogin/JWTClaim.swift +++ b/Sources/SuiKit/Utils/zkLogin/JWTClaim.swift @@ -2,7 +2,7 @@ // JWTClaim.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/JWTUtilities.swift b/Sources/SuiKit/Utils/zkLogin/JWTUtilities.swift index f886f55..c23d843 100644 --- a/Sources/SuiKit/Utils/zkLogin/JWTUtilities.swift +++ b/Sources/SuiKit/Utils/zkLogin/JWTUtilities.swift @@ -2,7 +2,7 @@ // JWTUtilities.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantKey.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantKey.swift index 8e78102..10fa73e 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantKey.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantKey.swift @@ -2,7 +2,7 @@ // ConstantKey.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant1.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant1.swift index 006fbcb..f52a087 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant1.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant1.swift @@ -2,7 +2,7 @@ // Constant1.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant10.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant10.swift index 17a364f..23cc77c 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant10.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant10.swift @@ -2,7 +2,7 @@ // Constant10.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant11.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant11.swift index 31ac863..0d986a3 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant11.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant11.swift @@ -2,7 +2,7 @@ // Constant11.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant12.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant12.swift index 7df1bdb..814b7ef 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant12.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant12.swift @@ -2,7 +2,7 @@ // Constant12.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant13.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant13.swift index fe2c54f..0ae659a 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant13.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant13.swift @@ -2,7 +2,7 @@ // Constant13.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant14.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant14.swift index 52e7586..45ebbc2 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant14.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant14.swift @@ -2,7 +2,7 @@ // Constant14.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant15.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant15.swift index 153b436..184c84a 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant15.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant15.swift @@ -2,7 +2,7 @@ // Constant15.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant16.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant16.swift index 2cffa83..6a66386 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant16.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant16.swift @@ -2,7 +2,7 @@ // Constant16.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant2.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant2.swift index a1048a0..b63b003 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant2.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant2.swift @@ -2,7 +2,7 @@ // Constant2.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant3.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant3.swift index 98d4a0f..18b442f 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant3.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant3.swift @@ -2,7 +2,7 @@ // Constant3.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant4.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant4.swift index 083ef12..abcc659 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant4.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant4.swift @@ -2,7 +2,7 @@ // Constant4.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant5.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant5.swift index 88db5fb..5cc3671 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant5.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant5.swift @@ -2,7 +2,7 @@ // Constant5.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant6.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant6.swift index 2b9da19..59c5da4 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant6.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant6.swift @@ -2,7 +2,7 @@ // Constant6.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant7.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant7.swift index 6916943..5c8d459 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant7.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant7.swift @@ -2,7 +2,7 @@ // Constant7.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant8.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant8.swift index 9a5437e..ac3d30e 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant8.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant8.swift @@ -2,7 +2,7 @@ // Constant8.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant9.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant9.swift index 9de7c7e..cffefdd 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant9.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Constants/ConstantValues/Constant9.swift @@ -2,7 +2,7 @@ // Constant9.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/PoseidonFunction.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/PoseidonFunction.swift index efb0fe4..1e285f0 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/PoseidonFunction.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/PoseidonFunction.swift @@ -2,7 +2,7 @@ // PoseidonFunction.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon.swift index d2e59b1..b0f5fc8 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon.swift @@ -2,7 +2,7 @@ // Poseidon.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon1.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon1.swift index 7c652f6..e821c0d 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon1.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon1.swift @@ -2,7 +2,7 @@ // Poseidon1.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon10.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon10.swift index cb76347..04996cf 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon10.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon10.swift @@ -2,7 +2,7 @@ // Poseidon10.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon11.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon11.swift index ec2f0fd..0fc8e96 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon11.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon11.swift @@ -2,7 +2,7 @@ // Poseidon11.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon12.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon12.swift index 288ab7c..645b68a 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon12.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon12.swift @@ -2,7 +2,7 @@ // Poseidon12.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon13.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon13.swift index e169abd..cd0c6e5 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon13.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon13.swift @@ -2,7 +2,7 @@ // Poseidon13.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon14.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon14.swift index 6b0e2ec..fe7351e 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon14.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon14.swift @@ -2,7 +2,7 @@ // Poseidon14.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon15.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon15.swift index 69d8958..0057618 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon15.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon15.swift @@ -2,7 +2,7 @@ // Poseidon15.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon16.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon16.swift index 82dfe7e..05d5c03 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon16.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon16.swift @@ -2,7 +2,7 @@ // Poseidon16.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon2.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon2.swift index 2843ccc..125f0de 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon2.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon2.swift @@ -2,7 +2,7 @@ // Poseidon2.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon3.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon3.swift index f10d6fb..b91e575 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon3.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon3.swift @@ -2,7 +2,7 @@ // Poseidon3.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon4.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon4.swift index 3f3ad26..0a8be44 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon4.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon4.swift @@ -2,7 +2,7 @@ // Poseidon4.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon5.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon5.swift index 43a086d..a1f131a 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon5.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon5.swift @@ -2,7 +2,7 @@ // Poseidon5.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon6.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon6.swift index 2551523..9349245 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon6.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon6.swift @@ -2,7 +2,7 @@ // Poseidon6.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon7.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon7.swift index bdbfcf9..bdaee3d 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon7.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon7.swift @@ -2,7 +2,7 @@ // Poseidon7.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon8.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon8.swift index 76a58c7..dac79c6 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon8.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon8.swift @@ -2,7 +2,7 @@ // Poseidon8.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon9.swift b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon9.swift index 437691b..3e4eb6a 100644 --- a/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon9.swift +++ b/Sources/SuiKit/Utils/zkLogin/Poseidon/Poseidons/Poseidon9.swift @@ -2,7 +2,7 @@ // Poseidon9.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/PoseidonUtilities.swift b/Sources/SuiKit/Utils/zkLogin/PoseidonUtilities.swift index 5ce2fcb..1b36bd4 100644 --- a/Sources/SuiKit/Utils/zkLogin/PoseidonUtilities.swift +++ b/Sources/SuiKit/Utils/zkLogin/PoseidonUtilities.swift @@ -2,7 +2,7 @@ // PoseidonUtilities.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/zkLoginNonce.swift b/Sources/SuiKit/Utils/zkLogin/zkLoginNonce.swift index a0b4000..f6ea5db 100644 --- a/Sources/SuiKit/Utils/zkLogin/zkLoginNonce.swift +++ b/Sources/SuiKit/Utils/zkLogin/zkLoginNonce.swift @@ -2,7 +2,7 @@ // zkLoginNonce.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/zkLoginPublicKey.swift b/Sources/SuiKit/Utils/zkLogin/zkLoginPublicKey.swift index a11db38..e39ad8f 100644 --- a/Sources/SuiKit/Utils/zkLogin/zkLoginPublicKey.swift +++ b/Sources/SuiKit/Utils/zkLogin/zkLoginPublicKey.swift @@ -2,7 +2,7 @@ // zkLoginPublicIdentifier.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/zkLoginSignature.swift b/Sources/SuiKit/Utils/zkLogin/zkLoginSignature.swift index 87d5000..1b427f5 100644 --- a/Sources/SuiKit/Utils/zkLogin/zkLoginSignature.swift +++ b/Sources/SuiKit/Utils/zkLogin/zkLoginSignature.swift @@ -2,7 +2,7 @@ // zkLoginSignature.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputs.swift b/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputs.swift index 351122d..99f3264 100644 --- a/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputs.swift +++ b/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputs.swift @@ -2,7 +2,7 @@ // zkLoginSignatureInputs.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputsClaim.swift b/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputsClaim.swift index 7154603..34d4d96 100644 --- a/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputsClaim.swift +++ b/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputsClaim.swift @@ -2,7 +2,7 @@ // zkLoginSignatureInputsClaim.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputsProofPoints.swift b/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputsProofPoints.swift index 0fe58f6..e24f026 100644 --- a/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputsProofPoints.swift +++ b/Sources/SuiKit/Utils/zkLogin/zkLoginSignatureInputsProofPoints.swift @@ -2,7 +2,7 @@ // zkLoginSignatureInputsProofPoints.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SuiKit/Utils/zkLogin/zkLoginUtilities.swift b/Sources/SuiKit/Utils/zkLogin/zkLoginUtilities.swift index 2d02843..b3ceaee 100644 --- a/Sources/SuiKit/Utils/zkLogin/zkLoginUtilities.swift +++ b/Sources/SuiKit/Utils/zkLogin/zkLoginUtilities.swift @@ -2,7 +2,7 @@ // zkLoginUtilities.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/CheckpointTest.swift b/Tests/SuiKitTests/E2E/CheckpointTest.swift index 9a290ac..512c694 100644 --- a/Tests/SuiKitTests/E2E/CheckpointTest.swift +++ b/Tests/SuiKitTests/E2E/CheckpointTest.swift @@ -2,7 +2,7 @@ // CheckpointTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/CoinMetadataTest.swift b/Tests/SuiKitTests/E2E/CoinMetadataTest.swift index 31b395f..0e67b0d 100644 --- a/Tests/SuiKitTests/E2E/CoinMetadataTest.swift +++ b/Tests/SuiKitTests/E2E/CoinMetadataTest.swift @@ -2,7 +2,7 @@ // CoinMetadataTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/CoinReadTest.swift b/Tests/SuiKitTests/E2E/CoinReadTest.swift index 5154c76..954ffa6 100644 --- a/Tests/SuiKitTests/E2E/CoinReadTest.swift +++ b/Tests/SuiKitTests/E2E/CoinReadTest.swift @@ -2,7 +2,7 @@ // CoinReadTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/CoinTest.swift b/Tests/SuiKitTests/E2E/CoinTest.swift index 3c59c21..1e4451a 100644 --- a/Tests/SuiKitTests/E2E/CoinTest.swift +++ b/Tests/SuiKitTests/E2E/CoinTest.swift @@ -2,7 +2,7 @@ // CoinTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/DevInspectTest.swift b/Tests/SuiKitTests/E2E/DevInspectTest.swift index 990a90d..122043d 100644 --- a/Tests/SuiKitTests/E2E/DevInspectTest.swift +++ b/Tests/SuiKitTests/E2E/DevInspectTest.swift @@ -2,7 +2,7 @@ // DevInspectTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/DynamicFieldsTest.swift b/Tests/SuiKitTests/E2E/DynamicFieldsTest.swift index f69c35f..b00c767 100644 --- a/Tests/SuiKitTests/E2E/DynamicFieldsTest.swift +++ b/Tests/SuiKitTests/E2E/DynamicFieldsTest.swift @@ -2,7 +2,7 @@ // DynamicFieldsTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/EntryPointStringTest.swift b/Tests/SuiKitTests/E2E/EntryPointStringTest.swift index 2c6518d..9eaf55d 100644 --- a/Tests/SuiKitTests/E2E/EntryPointStringTest.swift +++ b/Tests/SuiKitTests/E2E/EntryPointStringTest.swift @@ -2,7 +2,7 @@ // EntryPointStringTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/GovernanceTest.swift b/Tests/SuiKitTests/E2E/GovernanceTest.swift index 8720fa0..b68ea2c 100644 --- a/Tests/SuiKitTests/E2E/GovernanceTest.swift +++ b/Tests/SuiKitTests/E2E/GovernanceTest.swift @@ -2,7 +2,7 @@ // Intent.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/GraphQLProviderTest.swift b/Tests/SuiKitTests/E2E/GraphQLProviderTest.swift index 2d1c165..88aeef1 100644 --- a/Tests/SuiKitTests/E2E/GraphQLProviderTest.swift +++ b/Tests/SuiKitTests/E2E/GraphQLProviderTest.swift @@ -2,7 +2,7 @@ // GraphQLProviderTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/IdEntryArgsTest.swift b/Tests/SuiKitTests/E2E/IdEntryArgsTest.swift index b7df31d..84c622d 100644 --- a/Tests/SuiKitTests/E2E/IdEntryArgsTest.swift +++ b/Tests/SuiKitTests/E2E/IdEntryArgsTest.swift @@ -2,7 +2,7 @@ // IdEntryArgsTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/InvalidIdsTest.swift b/Tests/SuiKitTests/E2E/InvalidIdsTest.swift index b1d5252..ea0780d 100644 --- a/Tests/SuiKitTests/E2E/InvalidIdsTest.swift +++ b/Tests/SuiKitTests/E2E/InvalidIdsTest.swift @@ -2,7 +2,7 @@ // InvalidIdsTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/KeypairTest.swift b/Tests/SuiKitTests/E2E/KeypairTest.swift index ddf65e9..7406fd3 100644 --- a/Tests/SuiKitTests/E2E/KeypairTest.swift +++ b/Tests/SuiKitTests/E2E/KeypairTest.swift @@ -2,7 +2,7 @@ // KeypairTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/KioskTest.swift b/Tests/SuiKitTests/E2E/KioskTest.swift index e83c32e..6135ae4 100644 --- a/Tests/SuiKitTests/E2E/KioskTest.swift +++ b/Tests/SuiKitTests/E2E/KioskTest.swift @@ -2,7 +2,7 @@ // KioskTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/NormalizedModuleTest.swift b/Tests/SuiKitTests/E2E/NormalizedModuleTest.swift index bbe2adb..32950ad 100644 --- a/Tests/SuiKitTests/E2E/NormalizedModuleTest.swift +++ b/Tests/SuiKitTests/E2E/NormalizedModuleTest.swift @@ -2,7 +2,7 @@ // NormalizedModuleTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/ObjectDisplayStandardTest.swift b/Tests/SuiKitTests/E2E/ObjectDisplayStandardTest.swift index 90f5ca3..c261eb4 100644 --- a/Tests/SuiKitTests/E2E/ObjectDisplayStandardTest.swift +++ b/Tests/SuiKitTests/E2E/ObjectDisplayStandardTest.swift @@ -2,7 +2,7 @@ // ObjectDisplayStandardTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/ObjectVectorTest.swift b/Tests/SuiKitTests/E2E/ObjectVectorTest.swift index 7663ba1..8d47b9c 100644 --- a/Tests/SuiKitTests/E2E/ObjectVectorTest.swift +++ b/Tests/SuiKitTests/E2E/ObjectVectorTest.swift @@ -2,7 +2,7 @@ // ObjectVectorTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/ObjectsTest.swift b/Tests/SuiKitTests/E2E/ObjectsTest.swift index 67fbcc2..9c3b18e 100644 --- a/Tests/SuiKitTests/E2E/ObjectsTest.swift +++ b/Tests/SuiKitTests/E2E/ObjectsTest.swift @@ -2,7 +2,7 @@ // ObjectsTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/ProtocolConfigTest.swift b/Tests/SuiKitTests/E2E/ProtocolConfigTest.swift index de5c04b..0060191 100644 --- a/Tests/SuiKitTests/E2E/ProtocolConfigTest.swift +++ b/Tests/SuiKitTests/E2E/ProtocolConfigTest.swift @@ -2,7 +2,7 @@ // ProtocolConfigTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/ReadEventTest.swift b/Tests/SuiKitTests/E2E/ReadEventTest.swift index 5a33d05..64b9a6a 100644 --- a/Tests/SuiKitTests/E2E/ReadEventTest.swift +++ b/Tests/SuiKitTests/E2E/ReadEventTest.swift @@ -2,7 +2,7 @@ // ReadEventTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/ReadTransactionTest.swift b/Tests/SuiKitTests/E2E/ReadTransactionTest.swift index 8ce88e6..fb369d8 100644 --- a/Tests/SuiKitTests/E2E/ReadTransactionTest.swift +++ b/Tests/SuiKitTests/E2E/ReadTransactionTest.swift @@ -2,7 +2,7 @@ // ReadTransactionTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/SuiNSTest.swift b/Tests/SuiKitTests/E2E/SuiNSTest.swift index b7d927a..2523c56 100644 --- a/Tests/SuiKitTests/E2E/SuiNSTest.swift +++ b/Tests/SuiKitTests/E2E/SuiNSTest.swift @@ -2,7 +2,7 @@ // SuiNSTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/TXBuilderTest.swift b/Tests/SuiKitTests/E2E/TXBuilderTest.swift index a5a58d5..00984cd 100644 --- a/Tests/SuiKitTests/E2E/TXBuilderTest.swift +++ b/Tests/SuiKitTests/E2E/TXBuilderTest.swift @@ -2,7 +2,7 @@ // TXBuilderTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/TxSerializerTest.swift b/Tests/SuiKitTests/E2E/TxSerializerTest.swift index 78b30d1..1335fa3 100644 --- a/Tests/SuiKitTests/E2E/TxSerializerTest.swift +++ b/Tests/SuiKitTests/E2E/TxSerializerTest.swift @@ -2,7 +2,7 @@ // TxSerializerTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/Utils/PublishedPackage.swift b/Tests/SuiKitTests/E2E/Utils/PublishedPackage.swift index 94f033f..3d32954 100644 --- a/Tests/SuiKitTests/E2E/Utils/PublishedPackage.swift +++ b/Tests/SuiKitTests/E2E/Utils/PublishedPackage.swift @@ -2,7 +2,7 @@ // PublishedPackage.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/E2E/Utils/TestToolbox.swift b/Tests/SuiKitTests/E2E/Utils/TestToolbox.swift index 7754a83..44ff8f1 100644 --- a/Tests/SuiKitTests/E2E/Utils/TestToolbox.swift +++ b/Tests/SuiKitTests/E2E/Utils/TestToolbox.swift @@ -2,7 +2,7 @@ // TestToolbox.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Extension/BundleExtension.swift b/Tests/SuiKitTests/Extension/BundleExtension.swift index 285353d..3216707 100644 --- a/Tests/SuiKitTests/Extension/BundleExtension.swift +++ b/Tests/SuiKitTests/Extension/BundleExtension.swift @@ -2,7 +2,7 @@ // BundleExtension.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Unit/Builder/BCS.swift b/Tests/SuiKitTests/Unit/Builder/BCS.swift index 08ff8a7..f0f80b5 100644 --- a/Tests/SuiKitTests/Unit/Builder/BCS.swift +++ b/Tests/SuiKitTests/Unit/Builder/BCS.swift @@ -2,7 +2,7 @@ // BCS.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Unit/Cryptography/ED25519PublicKeyTest.swift b/Tests/SuiKitTests/Unit/Cryptography/ED25519PublicKeyTest.swift index ee25244..2d268f2 100644 --- a/Tests/SuiKitTests/Unit/Cryptography/ED25519PublicKeyTest.swift +++ b/Tests/SuiKitTests/Unit/Cryptography/ED25519PublicKeyTest.swift @@ -2,7 +2,7 @@ // ED25519PublicKeyTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Unit/Cryptography/ED25519WalletTest.swift b/Tests/SuiKitTests/Unit/Cryptography/ED25519WalletTest.swift index eb2fac8..8bdf99b 100644 --- a/Tests/SuiKitTests/Unit/Cryptography/ED25519WalletTest.swift +++ b/Tests/SuiKitTests/Unit/Cryptography/ED25519WalletTest.swift @@ -2,7 +2,7 @@ // ED25519WalletTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Unit/Cryptography/SECP256K1PublicKeyTest.swift b/Tests/SuiKitTests/Unit/Cryptography/SECP256K1PublicKeyTest.swift index 3437d9c..aac6f09 100644 --- a/Tests/SuiKitTests/Unit/Cryptography/SECP256K1PublicKeyTest.swift +++ b/Tests/SuiKitTests/Unit/Cryptography/SECP256K1PublicKeyTest.swift @@ -2,7 +2,7 @@ // SECP256K1PublicKeyTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Unit/Cryptography/SECP256K1WalletTest.swift b/Tests/SuiKitTests/Unit/Cryptography/SECP256K1WalletTest.swift index 208df91..5bcab15 100644 --- a/Tests/SuiKitTests/Unit/Cryptography/SECP256K1WalletTest.swift +++ b/Tests/SuiKitTests/Unit/Cryptography/SECP256K1WalletTest.swift @@ -2,7 +2,7 @@ // SECP256K1WalletTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Unit/Cryptography/SECP256R1PublicKeyTest.swift b/Tests/SuiKitTests/Unit/Cryptography/SECP256R1PublicKeyTest.swift index 5e71b7c..f9cd875 100644 --- a/Tests/SuiKitTests/Unit/Cryptography/SECP256R1PublicKeyTest.swift +++ b/Tests/SuiKitTests/Unit/Cryptography/SECP256R1PublicKeyTest.swift @@ -2,7 +2,7 @@ // SECP256R1PublicKeyTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Unit/Cryptography/SECP256R1WalletTest.swift b/Tests/SuiKitTests/Unit/Cryptography/SECP256R1WalletTest.swift index 4e5e594..1ae4b57 100644 --- a/Tests/SuiKitTests/Unit/Cryptography/SECP256R1WalletTest.swift +++ b/Tests/SuiKitTests/Unit/Cryptography/SECP256R1WalletTest.swift @@ -2,7 +2,7 @@ // SECP256R1WalletTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Unit/zkLogin/JWTUtilsTest.swift b/Tests/SuiKitTests/Unit/zkLogin/JWTUtilsTest.swift index 5ffa0d5..84187d5 100644 --- a/Tests/SuiKitTests/Unit/zkLogin/JWTUtilsTest.swift +++ b/Tests/SuiKitTests/Unit/zkLogin/JWTUtilsTest.swift @@ -2,7 +2,7 @@ // JWTUtilsTest.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Unit/zkLogin/zkLoginAddressTests.swift b/Tests/SuiKitTests/Unit/zkLogin/zkLoginAddressTests.swift index 9b0066b..c057d83 100644 --- a/Tests/SuiKitTests/Unit/zkLogin/zkLoginAddressTests.swift +++ b/Tests/SuiKitTests/Unit/zkLogin/zkLoginAddressTests.swift @@ -2,7 +2,7 @@ // zkLoginAddressTests.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SuiKitTests/Unit/zkLogin/zkLoginSignatureTests.swift b/Tests/SuiKitTests/Unit/zkLogin/zkLoginSignatureTests.swift index a0015dd..706fd12 100644 --- a/Tests/SuiKitTests/Unit/zkLogin/zkLoginSignatureTests.swift +++ b/Tests/SuiKitTests/Unit/zkLogin/zkLoginSignatureTests.swift @@ -2,7 +2,7 @@ // zkLoginSignatureTests.swift // SuiKit // -// Copyright (c) 2023 OpenDive +// Copyright (c) 2024 OpenDive // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal