UNPKG

@libra-opensource/client-sdk-typescript

Version:
6 lines (5 loc) 283 B
import { BaseSubmitCommand } from './'; export interface AddCurrencyToAccountSubmitCommand extends BaseSubmitCommand { _: ['submit', 'AddCurrencyToAccount']; } export declare function submitAddCurrencyToAccountTransaction(argv: AddCurrencyToAccountSubmitCommand): Promise<void>;