PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@substrate/txwrapper-substrate/lib/methods/balances
Просмотр файла: transferAllowDeath.d.ts
import { Args, BaseTxInfo, OptionsWithMeta, UnsignedTransaction } from '@substrate/txwrapper-core';
export interface BalancesTransferAllowDeathArgs extends Args {
/**
* The recipient address, SS-58 encoded.
*/
dest: {
id: string;
};
/**
* The amount to send.
*/
value: number | string;
}
/**
* Construct a balance transfer transaction offline.
*
* @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 transferAllowDeath(args: BalancesTransferAllowDeathArgs, info: BaseTxInfo, options: OptionsWithMeta): UnsignedTransaction;
Выполнить команду
Для локальной разработки. Не используйте в интернете!