export interface Rune { id: string; amount: bigint; } export interface EdictForAddress extends Rune { address: string; output: number; }