Class: BrotherIdImpl
Defined in: src/plugins/brother-id/index.ts:54
Constructors
Constructor
new BrotherIdImpl():
BrotherIdImpl
Returns
BrotherIdImpl
Methods
getBrotherName()
staticgetBrotherName(provider,address,BrotherIdContract?):Promise<string>
Defined in: src/plugins/brother-id/index.ts:55
Parameters
provider
address
BrotherIdContract?
string
Returns
Promise<string>
getAddressFromBrotherName()
staticgetAddressFromBrotherName(provider,name,BrotherIdContract?):Promise<string>
Defined in: src/plugins/brother-id/index.ts:86
Parameters
provider
name
string
BrotherIdContract?
string
Returns
Promise<string>
getBrotherProfile()
staticgetBrotherProfile(provider,address,BrotherIdContract?):Promise<BrotherProfile>
Defined in: src/plugins/brother-id/index.ts:119
Parameters
provider
address
BrotherIdContract?
string
Returns
Promise<BrotherProfile>