PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@substrate/txwrapper-substrate/lib/methods/proxy
Просмотр файла: rejectAnnouncement.d.ts
import { Args, BaseTxInfo, OptionsWithMeta, UnsignedTransaction } from '@substrate/txwrapper-core';
export interface ProxyRejectAnnouncementArgs extends Args {
/**
* The account that previously announced the call.
*/
delegate: string;
/**
* The hash of the call that the proxy wants to execute.
*/
callHash: string;
}
/**
* Remove the given announcement of a delegate and return the deposit. Made by the proxied account.
*
* @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 rejectAnnouncement(args: ProxyRejectAnnouncementArgs, info: BaseTxInfo, options: OptionsWithMeta): UnsignedTransaction;
Выполнить команду
Для локальной разработки. Не используйте в интернете!