Solnet icon indicating copy to clipboard operation
Solnet copied to clipboard

Add Owner property

Open QAnonNetworkLab opened this issue 3 years ago • 2 comments

⚠️ NOTE: Use notes like this to emphasize something important about the PR.

This could include other PRs this PR is built on top of; API breaking changes; reasons for why the PR is on hold; or anything else you would like to draw attention to.

Status Type ⚠️ Core Change Issue
Ready Feature Yes Link

Problem

What problem are you trying to solve? Because the last version didn't retrieve the owner public key in the result of [ClientFactory] class after calling [GetTransaction] method and is important to show it

Solution

I add [Owner] property in [Solnet.Rpc.Models.TokenBalanceInfo]

/// <summary>
        /// Pubkey of the token owner
        /// </summary>
        public string Owner { get; set; }

Before & After Screenshots

Insert screenshots of example code output

BEFORE: image

AFTER: image

Other changes (e.g. bug fixes, small refactors)

Deploy Notes

Notes regarding deployment of the contained body of work. These should note any new dependencies, new scripts, etc.

New scripts:

  • script : script details

New dependencies:

  • dependency : dependency details

QAnonNetworkLab avatar Jul 01 '22 23:07 QAnonNetworkLab

Could anyone merge that PR?

StasVitAlex avatar Jul 29 '22 05:07 StasVitAlex

Hello Sorry for the delay! What is your mean?

QAnonNetworkLab avatar Jul 31 '22 00:07 QAnonNetworkLab