near / near-api-rs

Apache License 2.0
11 stars 3 forks source link

Make mods public in lib.rs #16

Open mikedotexe opened 9 hours ago

mikedotexe commented 9 hours ago

There are mods like transactions, contract, account… which contain useful information to use for folks integrating. Real quick PR to make those public, since I saw this error:

Screenshot 2024-11-23 at 12 18 47 AM

akorchyn commented 8 hours ago

You don't need that struct. It's intermediate builder. Use Transaction::construct(..)