Interface IBuyStorageOptions

interface IBuyStorageOptions {
    broadcastOptions?: IBroadcastOptions;
    chain?: true;
    days?: number;
    gb: number;
    receiver?: string;
    referrer?: string;
}

Properties

broadcastOptions?: IBroadcastOptions
chain?: true
days?: number
gb: number
receiver?: string
referrer?: string