import { DefaultSendArgs } from './defaultSendArgs'; export interface CommitmentArgs extends DefaultSendArgs { amountPlanck: string; }