resolved
This commit is contained in:
parent
94221a312f
commit
81a73e6f2a
5 changed files with 51 additions and 12 deletions
|
|
@ -632,6 +632,14 @@ Wallet.prototype.getMyCopayerIdPriv = function() {
|
|||
return this.privateKey.getIdPriv(); //copayer idpriv is hex of a private key
|
||||
};
|
||||
|
||||
/**
|
||||
* @desc Get my own nickname
|
||||
* @return {string} copayer nickname
|
||||
*/
|
||||
Wallet.prototype.getMyCopayerNickname = function() {
|
||||
return this.publicKeyRing.nicknameForCopayer(this.getMyCopayerId());
|
||||
};
|
||||
|
||||
/**
|
||||
* @desc Returns the secret value for other users to join this wallet
|
||||
* @return {string} my own pubkey, base58 encoded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue