PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@substrate/txwrapper-substrate/lib/methods/nominationPools

Просмотр файла: bondExtraOther.d.ts

import { BaseTxInfo, OptionsWithMeta, UnsignedTransaction } from '@substrate/txwrapper-core';
import { NominationPoolsBondExtra } from './bondExtra';
export interface NominationPoolsBondExtraOther extends NominationPoolsBondExtra {
    /**
     * AccountId.
     */
    member: string;
}
/**
 * `origin` bonds funds from `extra` for some pool member `member` into their respective
 * pools.
 *
 * `origin` can bond extra funds from free balance or pending rewards when `origin ==
 * other`.
 *
 * In the case of `origin != other`, `origin` can only bond extra pending rewards of
 * `other` members assuming set_claim_permission for the given member is
 * `PermissionlessAll` or `PermissionlessCompound`.
 *
 * @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.
 */
export declare function bondExtraOther(args: NominationPoolsBondExtraOther, info: BaseTxInfo, options: OptionsWithMeta): UnsignedTransaction;

Выполнить команду


Для локальной разработки. Не используйте в интернете!