# @near-js/transactions
A collection of classes, functions, and types for composing, serializing, and signing NEAR transactions.
## Modules
- [actionCreators](src/action_creators.ts) functions for composing actions
- [Actions](src/actions.ts) classes for actions
- [Schema](src/schema.ts) classes and types concerned with (de-)serialization of transactions
- [createTransaction](src/create_transaction.ts) function for composing a transaction
- [signTransaction](src/sign.ts) function for signing a transaction
# License
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENSE](https://github.com/near/near-api-js/blob/master/LICENSE) and [LICENSE-APACHE](https://github.com/near/near-api-js/blob/master/LICENSE-APACHE) for details.