interface IOpen {
    owner: string;
    ram_payer: string;
    symbol: string;
}

Properties

owner: string
ram_payer: string
symbol: string