Add lbry.getMyClaim()
This commit is contained in:
parent
b3218f13c9
commit
e1637d537c
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,10 @@ lbry.getClaimInfo = function(name, callback) {
|
|||
lbry.call('get_claim_info', { name: name }, callback);
|
||||
}
|
||||
|
||||
lbry.getMyClaim = function(name, callback) {
|
||||
lbry.call('get_my_claim', { name: name }, callback);
|
||||
}
|
||||
|
||||
lbry.getCostEstimate = function(name, callback) {
|
||||
lbry.call('get_est_cost', { name: name }, callback);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue