Skip to main content
Version: Next

Interface: BrotherIdProviderMethods

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

Extended by

Methods

getBrotherName()

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

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

Parameters

address

BigNumberish

BrotherIdContract?

string

Returns

Promise<string>


getAddressFromBrotherName()

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

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

Parameters

name

string

BrotherIdContract?

string

Returns

Promise<string>


getBrotherProfile()

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

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

Parameters

address

BigNumberish

BrotherIdContract?

string

Returns

Promise<BrotherProfile>