You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, in my case I need to access raw transaction parameters (raw operation content for all managers operation kinds) after the injection. Currently they are private readonly e.g.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys, in my case I need to access raw transaction parameters (raw operation content for all managers operation kinds) after the injection. Currently they are
private readonly
e.g.taquito/packages/taquito/src/operations/transaction-operation.ts
Line 23 in 64a98c8
I wonder if you are ok to change that to
public readonly
or it's better to introduce a getter method instead.UPD
Have found what I was looking for in
Operation.raw.opOb
, sorry for spamming :)Beta Was this translation helpful? Give feedback.
All reactions