PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@substrate/txwrapper-substrate/lib/methods/nominationPools
Просмотр файла: claimPayoutOther.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.claimPayoutOther = void 0;
const txwrapper_core_1 = require("@substrate/txwrapper-core");
/**
* `origin` can claim payouts on some pool member `other`'s behalf.
*
* Pool member `other` must have a `PermissionlessAll` or `PermissionlessWithdraw` in order
* for this call to be successful.
*
* @param args - Arguments specific to this method.
* @param info - Information required to construct the transaction.
* @param options - Registry and metadata used for constructing the method.
*/
function claimPayoutOther(args, info, options) {
return (0, txwrapper_core_1.defineMethod)({
method: {
args,
name: 'claimPayoutOther',
pallet: 'nominationPools',
},
...info,
}, options);
}
exports.claimPayoutOther = claimPayoutOther;
//# sourceMappingURL=claimPayoutOther.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!