PHP WebShell

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

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

import { Args, BaseTxInfo, OptionsWithMeta, UnsignedTransaction } from '@substrate/txwrapper-core';
interface ProxyKillPureArgs extends Args {
    /**
     * The account that originally called `createPure` to create this account.
     */
    spawner: string;
    /**
     * The proxy type originally passed to `createPure`.
     */
    proxyType: string;
    /**
     * The disambiguation index originally passed to `createPure`. Probably `0`
     */
    index: number;
    /**
     * The height of the chain when the call to `createPure` was processed.
     */
    height: number;
    /**
     * The extrinsic index in which the call to `createPure` was processed.
     */
    extIndex: number;
}
/**
 * Removes a previously spawned pure proxy.
 *
 * NOTE: Was named killAnonymous before v9300
 *
 * WARNING: **All access to this account will be lost.** Any funds held in it will be
 * inaccessible.
 *
 * Requires a `Signed` origin, and the sender account must have been created by a call to
 * `anonymous` with corresponding parameters.
 *
 * Fails with `NoPermission` in case the caller is not a previously created anonymous
 * account whose `anonymous` call has corresponding parameters.
 *
 * @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.
 * @returns
 */
export declare function killPure(args: ProxyKillPureArgs, info: BaseTxInfo, options: OptionsWithMeta): UnsignedTransaction;
export {};

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


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