PHP WebShell

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

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

import { AnyJson } from '@polkadot/types/types';
import { Args, BaseTxInfo, OptionsWithMeta, UnsignedTransaction } from '@substrate/txwrapper-core';
export interface ForeignAssetsCancelApprovalArgs extends Args {
    /**
     * The identifier of the foreignAsset.
     */
    id: AnyJson;
    /**
     * The account delegated permission to transfer foreignAsset.
     */
    delegate: string;
}
/**
 * Cancel all of some foreignAsset approved for delegated transfer by a third-party 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 cancelApproval(args: ForeignAssetsCancelApprovalArgs, info: BaseTxInfo, options: OptionsWithMeta): UnsignedTransaction;

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


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