export interface SeizeBlockAmount { amount?: number; blockId: string; externalId?: string; notes?: string; transactionChannelId: string; }