Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Green #47

Merged
merged 9 commits into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.21.0-alpha.2](https://github.com/masa-finance/masa-react/compare/v0.21.0-alpha.1...v0.21.0-alpha.2)

> 27 January 2023

- load env from sdk [`e6c10b6`](https://github.com/masa-finance/masa-react/commit/e6c10b6990203edc388419f4841a3cfb0fb9bf67)
- lint free [`55cfef7`](https://github.com/masa-finance/masa-react/commit/55cfef733b49552a828aaf350933f689864e655d)

#### [v0.21.0-alpha.1](https://github.com/masa-finance/masa-react/compare/v0.20.2...v0.21.0-alpha.1)

> 27 January 2023

- Refactor: Removing unused stuff [`#46`](https://github.com/masa-finance/masa-react/pull/46)
- update docs [`146e659`](https://github.com/masa-finance/masa-react/commit/146e659bce5f8321163ae0f33c7449db9dd008e0)
- update docs [`d03d232`](https://github.com/masa-finance/masa-react/commit/d03d2324ff57dbefd338e0a50e23a1c15986bc33)
- update sdk [`e710108`](https://github.com/masa-finance/masa-react/commit/e710108f38fbb64b8f328832c0df31d3c2bc85d6)

#### [v0.20.2](https://github.com/masa-finance/masa-react/compare/v0.20.1...v0.20.2)

> 18 January 2023
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Masa React
- v0.20.2 / [Exports](modules.md)
- v0.21.0-alpha.2 / [Exports](modules.md)

---

Expand Down
53 changes: 0 additions & 53 deletions docs/interfaces/rest.MethodMetadata.md

This file was deleted.

53 changes: 0 additions & 53 deletions docs/interfaces/rest.Parameter.md

This file was deleted.

95 changes: 2 additions & 93 deletions docs/modules.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,20 @@
[# Masa React
- v0.20.2](README.md) / Exports
- v0.21.0-alpha.2](README.md) / Exports

# # Masa React
- v0.20.2
- v0.21.0-alpha.2

## Table of contents

### Namespaces

- [rest](modules/rest.md)

### Variables

- [addresses](modules.md#addresses)

### Functions

- [AccessTokenProvider](modules.md#accesstokenprovider)
- [MasaProvider](modules.md#masaprovider)
- [MasaToolsProvider](modules.md#masatoolsprovider)
- [MasaToolsWrapper](modules.md#masatoolswrapper)
- [loadIdentityContracts](modules.md#loadidentitycontracts)
- [useContractCall](modules.md#usecontractcall)
- [useMasa](modules.md#usemasa)
- [useMasaTools](modules.md#usemasatools)

## Variables

Expand All @@ -33,22 +24,6 @@

## Functions

### AccessTokenProvider

▸ **AccessTokenProvider**(`__namedParameters`): `Element`

#### Parameters

| Name | Type |
| :------ | :------ |
| `__namedParameters` | `AccessTokenProps` |

#### Returns

`Element`

___

### MasaProvider

▸ **MasaProvider**(`__namedParameters`): `Element`
Expand All @@ -65,38 +40,6 @@ ___

___

### MasaToolsProvider

▸ **MasaToolsProvider**(`__namedParameters`): `Element`

#### Parameters

| Name | Type |
| :------ | :------ |
| `__namedParameters` | `MasaToolsProviderProps` |

#### Returns

`Element`

___

### MasaToolsWrapper

▸ **MasaToolsWrapper**(`__namedParameters`): `Element`

#### Parameters

| Name | Type |
| :------ | :------ |
| `__namedParameters` | `MasaToolsWrapperProps` |

#### Returns

`Element`

___

### loadIdentityContracts

▸ **loadIdentityContracts**(`__namedParameters`): `IIdentityContracts`
Expand All @@ -113,44 +56,10 @@ ___

___

### useContractCall

▸ **useContractCall**(`__namedParameters`): `Object`

#### Parameters

| Name | Type |
| :------ | :------ |
| `__namedParameters` | `Object` |
| `__namedParameters.method` | `Promise`<`any`\> |

#### Returns

`Object`

| Name | Type |
| :------ | :------ |
| `data` | `any` |
| `error` | `any` |
| `getData` | () => `any` |
| `loading` | `boolean` |

___

### useMasa

▸ **useMasa**(): `MasaShape`

#### Returns

`MasaShape`

___

### useMasaTools

▸ **useMasaTools**(): `MasaToolsShape`

#### Returns

`MasaToolsShape`
39 changes: 0 additions & 39 deletions docs/modules/rest.accounts.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/modules/rest.auth.md

This file was deleted.

Loading