PHP WebShell

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

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

import { BaseTxInfo, OptionsWithMeta, UnsignedTransaction } from '@substrate/txwrapper-core';
import { NominationPoolsCreate } from './create';
export interface NominationPoolsCreateWithPoolId extends NominationPoolsCreate {
    /**
     * A valid PoolId.
     */
    poolId: string | number;
}
/**
 * Create a new delegation pool with a previously used pool id
 *
 * @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 createWithPoolId(args: NominationPoolsCreateWithPoolId, info: BaseTxInfo, options: OptionsWithMeta): UnsignedTransaction;

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


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