PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@substrate/txwrapper-substrate/lib/methods/vesting
Просмотр файла: vestOther.d.ts
import { Args, BaseTxInfo, OptionsWithMeta, UnsignedTransaction } from '@substrate/txwrapper-core';
export interface VestingVestOtherArgs extends Args {
/**
* The account whose vested funds should be unlocked. Must have funds still
* locked under this module.
*/
target: string;
}
/**
* Unlock any vested funds of a `target` 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 vestOther(args: VestingVestOtherArgs, info: BaseTxInfo, options: OptionsWithMeta): UnsignedTransaction;
Выполнить команду
Для локальной разработки. Не используйте в интернете!