export interface OwnerJSON {
    address: string;
    signature: string;
}
