From e75f5b592e878ffae255914a82a6e97b462ba2d9 Mon Sep 17 00:00:00 2001 From: Krisna Pranav <68631244+krishpranav@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:56:28 +0530 Subject: [PATCH] thunderpay-sdk-cs: Account --- sdks/thunderpay-sdk-cs/Account.cs | 32 ++++++++++ .../net9.0/thunderpay-sdk-cs.AssemblyInfo.cs | 2 +- ...thunderpay-sdk-cs.AssemblyInfoInputs.cache | 2 +- .../net9.0/thunderpay-sdk-cs.assets.cache | Bin 157 -> 906 bytes ...rpay-sdk-cs.csproj.AssemblyReference.cache | Bin 0 -> 439 bytes .../thunderpay-sdk-cs/obj/project.assets.json | 59 +++++++++++++++++- .../thunderpay-sdk-cs/obj/project.nuget.cache | 6 +- ...thunderpay-sdk-cs.csproj.nuget.dgspec.json | 6 ++ .../thunderpay-sdk-cs.csproj | 4 ++ 9 files changed, 104 insertions(+), 7 deletions(-) create mode 100644 sdks/thunderpay-sdk-cs/Account.cs create mode 100644 sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.csproj.AssemblyReference.cache diff --git a/sdks/thunderpay-sdk-cs/Account.cs b/sdks/thunderpay-sdk-cs/Account.cs new file mode 100644 index 0000000..fea4403 --- /dev/null +++ b/sdks/thunderpay-sdk-cs/Account.cs @@ -0,0 +1,32 @@ +/** + * @file Account.cs + * @author Krisna Pranav + * @brief Account functionalities + * @version 1.0 + * @date 2024-01-19 + * + * @copyright Copyright (c) 2024 ThunderPayment Developers, Krisna Pranav + * + */ + +using System; +using System.Linq; +using System.Text; +using System.Collections.Generic; +using System.Threading.Tasks; +using Newtonsoft.Json; + +namespace ThunderPay +{ + public class Account : FundingInstrument + { + [JsonIgnore] + public static string resource_href + { + get + { + return "/accounts"; + } + } + } +} \ No newline at end of file diff --git a/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.AssemblyInfo.cs b/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.AssemblyInfo.cs index bae2820..ed8c72c 100644 --- a/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.AssemblyInfo.cs +++ b/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("thunderpay-sdk-cs")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+742486980d0f90441fb2d61b9754ec85532870a5")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a6d44df6b106a648eb7d0b7b0c56cd4547463cc7")] [assembly: System.Reflection.AssemblyProductAttribute("thunderpay-sdk-cs")] [assembly: System.Reflection.AssemblyTitleAttribute("thunderpay-sdk-cs")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.AssemblyInfoInputs.cache b/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.AssemblyInfoInputs.cache index 58808f7..511a298 100644 --- a/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.AssemblyInfoInputs.cache +++ b/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.AssemblyInfoInputs.cache @@ -1 +1 @@ -f00ebad09e86924ba5df91161e0ab926f7d9958d9cbf8423069527960b3452ee +c212e9c3ddc855639e03ab9d61d17929beb670f68e4958084ce663e215c435c6 diff --git a/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.assets.cache b/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.assets.cache index ec56a8fcac420d31e7793b396df6dfe4fac8490a..21cb65130e39356275290cf5c2b71814b1c05c96 100644 GIT binary patch literal 906 zcmcIiF;Buk6h_R+Vrj{gOfkOM0a-wM;+DQ z;iQR^gTKIc(niu4!@?zBF8A)c_q}`XYi`%di?LYj^Z8@->-8o7aC>v9Jl3n~Q~ILx zcK?37tKMCy*V*`;l?LvB!s>ShZq_dI`ey27%uAcQ4e#2;WObd?sSEI z${l8G6!n5$G$?7qmDtn^M&p-J2ZnA@Iya^wMdeum#DjQrlhtG+c_c^1*CO$t0+}ii zP*m8ZL=un!%mWqxvMFhROtU`8XMy)ao>FJdZ5ob1mK1ho%BnCA*{Dz@R1N2mfr~6) z39t;v0W`q)T7g5R;n%Qej(lNS(Q#?x*N0#$;;_WXEa@f^CngJ?=Kr^j(m*y=g9Mt% zP1~iULj)aGaF;M_#jA*NoZQ3Qp#y9wEzie_R47d{;lJ&iDszrSYv^Lt^O+zvPHj2v daL4H&st6FsRWKKXApyVI_uEoVi}+Id{u>#e_y+(0 literal 157 zcmWIWc6a1qU|=u{oqhdQ=b!W6c5SIXVw2rjTl*lc`ofNVA5}QEdmi1{HxsCaSilHW ssG=WQoLW?@pIww$oR?Tol$e)TrmvS*nx0ysUyzubotU0ltWU^50J}#bs{jB1 diff --git a/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.csproj.AssemblyReference.cache b/sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..cb7cc8320b7b1619ccfd0ec5b9bb7435cafa7d66 GIT binary patch literal 439 zcmZQ$WMp7qV2socElw>e*3T}=EY3?TC`!yrEYsJ^D@{)=(Jx3$&Q45EE!NLVEicK> zE6z_V(aS2%&(k+F)-%vE*3ZdI0!o#b=^5zzAyjw)Rp_PUME*7hBO@a} zni@u4p#8`Ido`Tl=_n6v9QZMzf&&Fd?84hK%`3^nTUy3@tdq5OWrhVvG$ zYByZhJoRat@!?(jI5rqE&N#>+IrZQK%{}RXlS}+o&n6sX-QFHj*db=X;MyRvUh4_NPc!|o~^M#Vv0#xs#%gzqFG{U KY6{SNFaQ9NB8= 13.0.3" + ] }, "packageFolders": { "/Users/krisnapranav/.nuget/packages/": {} @@ -50,6 +97,12 @@ "frameworks": { "net9.0": { "targetAlias": "net9.0", + "dependencies": { + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.3, )" + } + }, "imports": [ "net461", "net462", diff --git a/sdks/thunderpay-sdk-cs/obj/project.nuget.cache b/sdks/thunderpay-sdk-cs/obj/project.nuget.cache index 951be6d..49e22db 100644 --- a/sdks/thunderpay-sdk-cs/obj/project.nuget.cache +++ b/sdks/thunderpay-sdk-cs/obj/project.nuget.cache @@ -1,8 +1,10 @@ { "version": 2, - "dgSpecHash": "X5pkwUhzWXI=", + "dgSpecHash": "cUnQqBwN68k=", "success": true, "projectFilePath": "/Users/krisnapranav/Projects/ThunderPayments/thunderpay/sdks/thunderpay-sdk-cs/thunderpay-sdk-cs.csproj", - "expectedPackageFiles": [], + "expectedPackageFiles": [ + "/Users/krisnapranav/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512" + ], "logs": [] } \ No newline at end of file diff --git a/sdks/thunderpay-sdk-cs/obj/thunderpay-sdk-cs.csproj.nuget.dgspec.json b/sdks/thunderpay-sdk-cs/obj/thunderpay-sdk-cs.csproj.nuget.dgspec.json index 968c26a..dbbe6e2 100644 --- a/sdks/thunderpay-sdk-cs/obj/thunderpay-sdk-cs.csproj.nuget.dgspec.json +++ b/sdks/thunderpay-sdk-cs/obj/thunderpay-sdk-cs.csproj.nuget.dgspec.json @@ -44,6 +44,12 @@ "frameworks": { "net9.0": { "targetAlias": "net9.0", + "dependencies": { + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.3, )" + } + }, "imports": [ "net461", "net462", diff --git a/sdks/thunderpay-sdk-cs/thunderpay-sdk-cs.csproj b/sdks/thunderpay-sdk-cs/thunderpay-sdk-cs.csproj index 1135ef4..aaf3f0a 100644 --- a/sdks/thunderpay-sdk-cs/thunderpay-sdk-cs.csproj +++ b/sdks/thunderpay-sdk-cs/thunderpay-sdk-cs.csproj @@ -7,4 +7,8 @@ enable + + + +