Skip to content

Latest commit

 

History

History
223 lines (112 loc) · 4 KB

Masa.md

File metadata and controls

223 lines (112 loc) · 4 KB

Masa SDK v3.40.0Docs


Masa SDK v3.40.0 / Masa

Class: Masa

Implements

Constructors

new Masa()

new Masa(__namedParameters): Masa

Parameters

__namedParameters: MasaArgs

Returns

Masa

Properties

account

readonly account: MasaAccount

Implementation of

MasaInterface.account


arweave

readonly arweave: MasaArweave

Implementation of

MasaInterface.arweave


asbt

readonly asbt: MasaASBT

Implementation of

MasaInterface.asbt


client

readonly client: MasaClient

Implementation of

MasaInterface.client


config

readonly config: MasaConfig

Implementation of

MasaInterface.config


contracts

readonly contracts: MasaContracts

Implementation of

MasaInterface.contracts


creditScore

readonly creditScore: MasaCreditScore

Implementation of

MasaInterface.creditScore


dynamic-sbt

readonly dynamic-sbt: MasaDynamicSBTBase


dynamic-sssbt

readonly dynamic-sssbt: MasaDynamicSSSBT


green

readonly green: MasaGreen

Implementation of

MasaInterface.green


identity

readonly identity: MasaIdentity

Implementation of

MasaInterface.identity


marketplace

readonly marketplace: MasaMarketplace

Implementation of

MasaInterface.marketplace


sbt

readonly sbt: MasaSBTBase

Implementation of

MasaInterface.sbt


session

readonly session: MasaSession

Implementation of

MasaInterface.session


soulName

readonly soulName: MasaSoulName

Implementation of

MasaInterface.soulName


sssbt

readonly sssbt: MasaSSSBT

Implementation of

MasaInterface.sssbt


token

readonly token: MasaToken


utils

utils: object

version()

version: () => object

Returns

object

contractsVersion

contractsVersion: string

sdkVersion

sdkVersion: string

Implementation of

MasaInterface.utils

Methods

create()

static create(masaArgs): Promise<Masa>

Parameters

masaArgs: MasaArgs

Returns

Promise<Masa>