Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 27, 2023
1 parent 8553159 commit 67d1465
Show file tree
Hide file tree
Showing 49 changed files with 62 additions and 53 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@ 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).

#### [v1.11.4](https://github.com/masa-finance/masa-sdk/compare/v1.11.3...v1.11.4)

> 27 March 2023
- update docs [`c866aed`](https://github.com/masa-finance/masa-sdk/commit/c866aede2878ea3f22c18def644f92580afb137d)
- harden logs parsing [`a2bb859`](https://github.com/masa-finance/masa-sdk/commit/a2bb859c99cc25772922240e606ffb515ecf2cbf)
- update contracts [`767fb05`](https://github.com/masa-finance/masa-sdk/commit/767fb0537d6330116b30e942148f42c2e50eaab9)

#### [v1.11.3](https://github.com/masa-finance/masa-sdk/compare/v1.11.2...v1.11.3)

> 27 March 2023
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
@@ -1,5 +1,5 @@
# Masa SDK
- v1.11.3 / [Exports](modules.md)
- v1.11.4 / [Exports](modules.md)

<!-- TOC -->
* [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/ContractFactory.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / ContractFactory
- v1.11.4](../README.md) / [Exports](../modules.md) / ContractFactory

# Class: ContractFactory

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/ERC20__factory.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / ERC20\_\_factory
- v1.11.4](../README.md) / [Exports](../modules.md) / ERC20\_\_factory

# Class: ERC20\_\_factory

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/Masa.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / Masa
- v1.11.4](../README.md) / [Exports](../modules.md) / Masa

# Class: Masa

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaAccount.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaAccount
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaAccount

# Class: MasaAccount

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaArweave.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaArweave
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaArweave

# Class: MasaArweave

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaClient.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaClient
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaClient

# Class: MasaClient

Expand Down
11 changes: 6 additions & 5 deletions docs/classes/MasaContracts.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaContracts
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaContracts

# Class: MasaContracts

Expand Down Expand Up @@ -162,13 +162,14 @@ ___

### parseLogs

**parseLogs**(`logs`): `LogDescription`[]
**parseLogs**(`logs`, `additionalContracts?`): `LogDescription`[]

#### Parameters

| Name | Type |
| :------ | :------ |
| `logs` | `Log`[] |
| Name | Type | Default value |
| :------ | :------ | :------ |
| `logs` | `Log`[] | `undefined` |
| `additionalContracts` | `BaseContract`[] | `[]` |

#### Returns

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaCreditScore.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaCreditScore
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaCreditScore

# Class: MasaCreditScore

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaGreen.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaGreen
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaGreen

# Class: MasaGreen

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaIdentity.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaIdentity
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaIdentity

# Class: MasaIdentity

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaSBT.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaSBT
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaSBT

# Class: MasaSBT

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaSession.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaSession
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaSession

# Class: MasaSession

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaSoulLinker.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaSoulLinker
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaSoulLinker

# Class: MasaSoulLinker

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaSoulName.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaSoulName
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaSoulName

# Class: MasaSoulName

Expand Down
2 changes: 1 addition & 1 deletion docs/enums/SoulNameErrorCodes.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / SoulNameErrorCodes
- v1.11.4](../README.md) / [Exports](../modules.md) / SoulNameErrorCodes

# Enumeration: SoulNameErrorCodes

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/Addresses.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / Addresses
- v1.11.4](../README.md) / [Exports](../modules.md) / Addresses

# Interface: Addresses

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ApprovalEventObject.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / ApprovalEventObject
- v1.11.4](../README.md) / [Exports](../modules.md) / ApprovalEventObject

# Interface: ApprovalEventObject

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/Attribute.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / Attribute
- v1.11.4](../README.md) / [Exports](../modules.md) / Attribute

# Interface: Attribute

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/BaseResult.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / BaseResult
- v1.11.4](../README.md) / [Exports](../modules.md) / BaseResult

# Interface: BaseResult

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ChallengeResult.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / ChallengeResult
- v1.11.4](../README.md) / [Exports](../modules.md) / ChallengeResult

# Interface: ChallengeResult

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ChallengeResultWithCookie.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / ChallengeResultWithCookie
- v1.11.4](../README.md) / [Exports](../modules.md) / ChallengeResultWithCookie

# Interface: ChallengeResultWithCookie

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/CreateSoulNameResult.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / CreateSoulNameResult
- v1.11.4](../README.md) / [Exports](../modules.md) / CreateSoulNameResult

# Interface: CreateSoulNameResult

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ERC20.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / ERC20
- v1.11.4](../README.md) / [Exports](../modules.md) / ERC20

# Interface: ERC20

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ERC20Interface.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / ERC20Interface
- v1.11.4](../README.md) / [Exports](../modules.md) / ERC20Interface

# Interface: ERC20Interface

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/GenerateCreditScoreResult.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / GenerateCreditScoreResult
- v1.11.4](../README.md) / [Exports](../modules.md) / GenerateCreditScoreResult

# Interface: GenerateCreditScoreResult

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/GenerateGreenResult.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / GenerateGreenResult
- v1.11.4](../README.md) / [Exports](../modules.md) / GenerateGreenResult

# Interface: GenerateGreenResult

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ICreditScore.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / ICreditScore
- v1.11.4](../README.md) / [Exports](../modules.md) / ICreditScore

# Interface: ICreditScore

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/IGreen.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / IGreen
- v1.11.4](../README.md) / [Exports](../modules.md) / IGreen

# Interface: IGreen

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/IIdentity.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / IIdentity
- v1.11.4](../README.md) / [Exports](../modules.md) / IIdentity

# Interface: IIdentity

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/IIdentityContracts.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / IIdentityContracts
- v1.11.4](../README.md) / [Exports](../modules.md) / IIdentityContracts

# Interface: IIdentityContracts

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/IPassport.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / IPassport
- v1.11.4](../README.md) / [Exports](../modules.md) / IPassport

# Interface: IPassport

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ISession.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / ISession
- v1.11.4](../README.md) / [Exports](../modules.md) / ISession

# Interface: ISession

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ISoulName.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / ISoulName
- v1.11.4](../README.md) / [Exports](../modules.md) / ISoulName

# Interface: ISoulName

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/LoadContractArgs.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / LoadContractArgs
- v1.11.4](../README.md) / [Exports](../modules.md) / LoadContractArgs

# Interface: LoadContractArgs

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/LogoutResult.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / LogoutResult
- v1.11.4](../README.md) / [Exports](../modules.md) / LogoutResult

# Interface: LogoutResult

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MasaArgs.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaArgs
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaArgs

# Interface: MasaArgs

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MasaConfig.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / MasaConfig
- v1.11.4](../README.md) / [Exports](../modules.md) / MasaConfig

# Interface: MasaConfig

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/Network.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / Network
- v1.11.4](../README.md) / [Exports](../modules.md) / Network

# Interface: Network

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/SessionUser.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / SessionUser
- v1.11.4](../README.md) / [Exports](../modules.md) / SessionUser

# Interface: SessionUser

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/SoulNameDetails.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / SoulNameDetails
- v1.11.4](../README.md) / [Exports](../modules.md) / SoulNameDetails

# Interface: SoulNameDetails

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/SoulNameMetadataStoreResult.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / SoulNameMetadataStoreResult
- v1.11.4](../README.md) / [Exports](../modules.md) / SoulNameMetadataStoreResult

# Interface: SoulNameMetadataStoreResult

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/SoulNameResultBase.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / SoulNameResultBase
- v1.11.4](../README.md) / [Exports](../modules.md) / SoulNameResultBase

# Interface: SoulNameResultBase

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/TransferEventObject.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / TransferEventObject
- v1.11.4](../README.md) / [Exports](../modules.md) / TransferEventObject

# Interface: TransferEventObject

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/UpdateCreditScoreResult.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / UpdateCreditScoreResult
- v1.11.4](../README.md) / [Exports](../modules.md) / UpdateCreditScoreResult

# Interface: UpdateCreditScoreResult

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/User.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / User
- v1.11.4](../README.md) / [Exports](../modules.md) / User

# Interface: User

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/VerifyGreenResult.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v1.11.3](../README.md) / [Exports](../modules.md) / VerifyGreenResult
- v1.11.4](../README.md) / [Exports](../modules.md) / VerifyGreenResult

# Interface: VerifyGreenResult

Expand Down
4 changes: 2 additions & 2 deletions docs/modules.md
@@ -1,8 +1,8 @@
[# Masa SDK
- v1.11.3](README.md) / Exports
- v1.11.4](README.md) / Exports

# # Masa SDK
- v1.11.3
- v1.11.4

## Table of contents

Expand Down

0 comments on commit 67d1465

Please sign in to comment.