Skip to content

Commit 690f4c8

Browse files
Add Owner property (#406)
Add Owner Property in TokenBalanceInfo class for return Owner in result of ClientFactory.GetTransaction() method.
1 parent 450c364 commit 690f4c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Solnet.Rpc/Models/Block.cs

+5
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,11 @@ public class TokenBalanceInfo
264264
/// </summary>
265265
public string Mint { get; set; }
266266

267+
/// <summary>
268+
/// Pubkey of the token owner
269+
/// </summary>
270+
public string Owner { get; set; }
271+
267272
/// <summary>
268273
/// Token balance details.
269274
/// </summary>

0 commit comments

Comments
 (0)