near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 22 forks source link

Cannot find predecessor, actions, and receiver in receipt structure #213

Open BenKurrek opened 11 months ago

BenKurrek commented 11 months ago

Every receipt should have a list of actions, a predecessor, and receiver ID. When I get the raw value from a transaction using callRaw, i can't seem to find this information. Can someone point me to where I can get it?