Skip to main content
Version: Next

Class: BrotherIdImpl

Defined in: src/plugins/brother-id/index.ts:54

Constructors

Constructor

new BrotherIdImpl(): BrotherIdImpl

Returns

BrotherIdImpl

Methods

getBrotherName()

static getBrotherName(provider, address, BrotherIdContract?): Promise<string>

Defined in: src/plugins/brother-id/index.ts:55

Parameters

provider

ProviderInterface

address

BigNumberish

BrotherIdContract?

string

Returns

Promise<string>


getAddressFromBrotherName()

static getAddressFromBrotherName(provider, name, BrotherIdContract?): Promise<string>

Defined in: src/plugins/brother-id/index.ts:86

Parameters

provider

ProviderInterface

name

string

BrotherIdContract?

string

Returns

Promise<string>


getBrotherProfile()

static getBrotherProfile(provider, address, BrotherIdContract?): Promise<BrotherProfile>

Defined in: src/plugins/brother-id/index.ts:119

Parameters

provider

ProviderInterface

address

BigNumberish

BrotherIdContract?

string

Returns

Promise<BrotherProfile>